On 2021-04-26, Stephen Tucker <[email protected]> wrote: > I have old software written in GWBASIC that I use to plot diagrams on the > screen.
Pygame is probably the closest thing to what you're describing. If you want to produce professional looking plots from data, then matplotlib or one of the Gnuplot wrappers (pyGnuplot, py-gnuplot, Gnuplot.py) are the most obvious choices. -- Grant -- https://mail.python.org/mailman/listinfo/python-list
