I'm trying to pick a plotting library to plot data in the terminal, in ASCII format.
In python there are many wrappers for gnuplot but all seems to fall short on the list of requirements:
- support python2 and python3
- wrap parameters and commands properly instead of being just a thin execution layer
- avoid writing down to file system
Also I would like something that is platform indipendent and relying on gnuplot seems to be a deal breaker. This is a nice-to-have, not a strict requirement.
Any suggestion?
I would like to avoid writing my own wrapper and add noise to the ecosystem but the options available seem too rough.