Graphical is a Python library that adds graphs and visuals to Rich and Textual.
NOTE: Future versions of Textual will include a limited number of graphs and charts (see Textual roadmap). Redundant graph types in Graphical will be adapted accordingly or might become deprecated.
Sparklines might be part of future versions of Textual (see Textual roadmap).
Bar charts might be part of future versions of Textual (see Textual roadmap).
- asciichart: beautiful line plots
- termplotlib: line plots and histograms with a matplotlib feel
- termgraph: bar and calendar graphs
- termcharts: bar, pie and doughnut charts made for Rich
- plotext: plots and images with rich integration
- plotille: plots, histograms and images
- termplot: simple plots that can be used in Rich
- terminalplot: minimalistic plots
- drawille: drawing in Braille characters
- gantt: gantt charts
This is a list of textual sketches of different graph types that are also candidates for future implementation.
Candlestick charts might be part of future versions of Textual (see Textual roadmap).