A small library for legible console plotting in Python. Uses plain ASCII and some ANSI colors to do it.
This library provides several functions for nicely printing data to the terminal. MatPlotLib is a very nice library, but it can be a bit tedious at times when all you want is something quick and dirty.
By default, this library will use Unicode symbols (specifically braille) for plotting. A good font to use is JuliaMono. However, if your font does not support the necessary Unicode symbols, you can tell the library to not use them by setting itrm.config.uni
to False
.
A Python framework for doing graphical data analysis without needing to know Javascript. Visualizations are updated in realtime as they are interacted with. You'll have to write some code to set it up, it would appear mostly to get the data into the application to begin with.
Docs: https://dash.plotly.com/
Here's a tutorial for how to use it: https://mymasterdesigner.com/2021/12/13/visualization-dashboards-with-python-dash/
Gallery of Dash dashboards: https://dash.gallery/Portal/
A CSS file that lets you develop various types of plots and graphs without having to resort to Javascript.
Different archetypes of RPG plots.
An application which generates 2D or 3D plots of numerical data in the form of dots, waves, fields, or other visual modes. Requires libSDL.