plotille
plotille copied to clipboard
is there any way to format vertical axis non float
hello, is there any way to format the vertical axis with reqular numbers instead of floats? or not show at all? best regards, c,
Hi @altineller,
You can format the numbers by supplying a ticks function, see custom_ticks_example.py. But the size of the axis will still be ~12 characters.
Right now, there is no way to remove the axis completely, but I can look into this. Should not be too difficult.