Plotext – Python Plotting on the Terminal
1–10 of 27 posts
Re: Plotext – Python Plotting on the Terminal
#2Re: Plotext – Python Plotting on the Terminal
#3Re: Plotext – Python Plotting on the Terminal
#4Re: Plotext – Python Plotting on the Terminal
#5I 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
#6I 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
#7I 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
#8Re: Plotext – Python Plotting on the Terminal
#9Looks nice, but when might it be needed?
Re: Plotext – Python Plotting on the Terminal
#10It is also possible to use kitty or other graphics capable terminal (iTerm2, mlterm etc) to show regular images inline when plotting from ipython3 or jupyter console (some extensions need to be installed).