In Python 2.6, I used matplotlib to make some simple graphs. However, it is incompatible with Python 3.1.
What are some alternative modules that can accomplish the same
MathGL (GPL plotting library) have Python interface which work with Python 3 too.