tammoippen / plotille

Plot in the terminal using braille dots.
MIT License
398 stars 17 forks source link

Log scale for plot() #49

Open ahenkes1 opened 2 years ago

ahenkes1 commented 2 years ago

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

tammoippen commented 2 years ago

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)

ahenkes1 commented 2 years ago

Thank you for the information!