termplotlib
termplotlib copied to clipboard
:chart_with_upwards_trend: Plotting on the command line
The horizontal view is useful if we're aware of the context (category, count) but it's missing the context of headers for application users. Right now, I imagine the user has...
AFAIK termplotlib cannot be installed via any conda channel. It would be great to have the package installable via conda.
https://matplotlib.org/stable/gallery/lines_bars_and_markers/bar_stacked.html
With commit https://github.com/nschloe/termplotlib/commit/2811fafbd6bece69ff57abdf23968e8874995d3e the format of the bin edge labels for histograms was changed to exponential format. The application I want to use, https://github.com/ycrc/seff-array, mainly produces bin labels which are...
Hi, this test ``` ERROR tests/test_plot.py - RuntimeError: Couldn't get gnuplot version ``` is failing because ``` Python 3.11.5 (main, Sep 2 2023, 14:16:33) [GCC 13.2.1 20230801] on linux Type...
Hello. Here is example of graph and values below it that produce the graph. Strangely, there is third linear line in the graph that is not based on any values....
Should be easy enough to add. I can take a look later to see how light the lift is.
It would be lovely to be able to plot simple network graphs. https://en.wikipedia.org/wiki/Network_theory Chart size may be an issue but for small plots nodes may be constructed using icons or...