Tammo Ippen

Results 9 comments of Tammo Ippen

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...

Hi there, this sounds like a very nice addition. Please give it a try 😃 .

Hi @xmnlab , Thank you for the kind words! Here is an example for custom ticks: https://github.com/tammoippen/plotille/blob/master/examples/custom_ticks_example.py The function signature is `def default_tick(min_, max_):` where `min_` and `max_` both have...

Hi @antoniovazquezblanco , please have a look at the new example in #58. As there are many ways to represent a network graph, i do not want to make a...

Hi, can you please point me to the pep that is offending? What is the error message?

Hi @VolpiGiuliano , At the moment, this is not possible. However, you could put the two lines into separate figures and plot them side by side. There is an [example](https://github.com/tammoippen/plotille/blob/master/examples/side_by_side_example.py)....

Hi @altineller, You can format the numbers by supplying a ticks function, see [custom_ticks_example.py](https://github.com/tammoippen/plotille/blob/master/examples/custom_ticks_example.py). But the size of the axis will still be ~12 characters. Right now, there is no...

None from my side, sorry.