Graphs, plots in Python 3
I've been teaching myself the basics of programming using Python 3 and now want to delve into more mathematical/graphical stuff (e.g. plotting fractals).
Everything I find for graphs (e.g. pyLab, matplotlib) se开发者_Python百科ems to be incompatible with Python 3, though I did find a version of numpy I could install. Does anyone know of modules that are compatible with version 3, or know when pylab might become compatible?
Should I go back and learn/install an earlier version of Python?
Since April I'm using matplotlib with Python 3 (without problems).
It's about time to libraries update themselves to Python3.
Check this link
精彩评论