Are there any graph/plotting/anything-like-that libraries for Python 3.0?

As per the title. I am trying to create a simple scater plot, but haven't found any Python 3.0 libraries that can do it. Note, this isn't for a website, so the web ones are a bit useless.


Asked by: Max489 | Posted: 28-01-2022






Answer 1

Maybe you can use Python Imaging Library (PIL). Also have a look at PyX, but this library is meant to output to PDF, ...

Answered by: Haris732 | Posted: 01-03-2022



Answer 2

The GChartWrapper (http://pypi.python.org/pypi/GChartWrapper/0.7) does work for py3k

Answered by: Carlos667 | Posted: 01-03-2022



Answer 3

Have you looked at the Google Chart Wrapper?

http://pypi.python.org/pypi/GChartWrapper/0.7

Answered by: Daryl353 | Posted: 01-03-2022



Answer 4

I would call Gnuplot from Python. No need to reinvent the wheel in Python, Gnuplot is already there and already has a Python interface.

Answered by: Daisy945 | Posted: 01-03-2022



Answer 5

The current development version of matplotlib should work on Python 3.

Answered by: Sawyer598 | Posted: 01-03-2022



Similar questions





Still can't find your answer? Check out these communities...



PySlackers | Full Stack Python | NHS Python | Pythonist Cafe | Hacker Earth | Discord Python



top