How can i make the plot y axis print 1,10,100,1000 and not 10² and so on. See the figure how i don't want it
Is it possible to do so? If i run the plot without logy=True i get the ints on y axis but i need to plot with logistic. I have no idea how i can fix this. Do i have to use matplotlib outside of pandas to get it done?
Sorry for very bad english..