Live data from Hacker News

Plotext – Python Plotting on the Terminal

github.com

1–10 of 27 posts

Re: Plotext – Python Plotting on the Terminal

#4
I wanted something like this, but unfortunately there are some "black bars" generated that distorted the plot in my Windows Terminal. Hopefully they fix it. I've never got IPython interactive mode to work with Matplotlib. Alternative is just Jupyter notebook, then I had leave the terminal. I guess it's not a big deal, but something like this would help.

Re: Plotext – Python Plotting on the Terminal

#5

I wanted something like this, but unfortunately there are some "black bars" generated that distorted the plot in my Windows Terminal. Hopefully they fix it. I've never got IPython interactive mode to work with Matplotlib. Alternative is just Jupyter notebook, then I had leave the terminal. I guess it's not a big deal, but something like this would help.

which windows terminal? Last time I had to use cmd or power shell, I ended up losing random lines of output. The new one (I'm blanking on the name) didn't have that problem, though.

Re: Plotext – Python Plotting on the Terminal

#6
I really like this kind of thing, especially for debugging, but for such visualizations simple is better (if I wanted something fancier I'd use a GUI).

I use now hipsterplot, since it is much simpler and tweakable, but I wonder if heatmaps will be possible with this tool, since it uses color it could be

Re: Plotext – Python Plotting on the Terminal

#7

I wanted something like this, but unfortunately there are some "black bars" generated that distorted the plot in my Windows Terminal. Hopefully they fix it. I've never got IPython interactive mode to work with Matplotlib. Alternative is just Jupyter notebook, then I had leave the terminal. I guess it's not a big deal, but something like this would help.

which windows terminal? Last time I had to use cmd or power shell, I ended up losing random lines of output. The new one (I'm blanking on the name) didn't have that problem, though.

Ironically, the new one is called “Windows Terminal”.
Post reply on HN