For me, this is a good alternative to matplotlib when I try to visualize a plot using WSL. [edit]: matplotlib always crashed on me and failed to find Qt library.
Plotext – Python Plotting on the Terminal
21–27 of 27 posts
Re: Plotext – Python Plotting on the Terminal
#22Re: Plotext – Python Plotting on the Terminal
#23Re: Plotext – Python Plotting on the Terminal
#24Looks nice, but when might it be needed?
Re: Plotext – Python Plotting on the Terminal
#25I use matplotlib a lot but I keep googling the same things again and again, which is my subjective indicator that something in the design is wrong. How to set log scales again? Do I apply this method to the figure or axis object? Setting a different backend (like agg) after pyplot was importet? Also, nested kwargs make it impossible for my IDE to give meaningful hints on parameters, not even talking about typed interfaces so far. Global state!
I mean, this library solves a truly complex problem and yes, I get things done but none of the hours working with it was close to be pleasant.
I wish some day someone is brave enough to enter new lands, leaving this matlab style of thinking behind.
Re: Plotext – Python Plotting on the Terminal
#26Why would one mimic matplotlib's API besides the fact that everyone knows it? I use matplotlib a lot but I keep googling the same things again and again, which is my subjective indicator that something in the design is wrong. How to set log scales again? Do I apply this method to the figure or axis object? Setting a different backend (like agg) after pyplot was importet? Also, nested kwargs make it impossible for my…
Re: Plotext – Python Plotting on the Terminal
#27It would be handy for quick ad-hoc days analysis of log files or access logs.