tammoippen/plotille

Log scale for plot()

Opened this issue · 2 comments

As far as I can see, there is no option to use a log scale in graphs using plot(). Is there a workaround for this? Best

Hi @ahenkes1 , there is no log scale (yet?). You might come around this by transforming your X and Y data to log scale and then customize the texts on the axis (see the example)

Thank you for the information!