Graphing in Python 3.x

后端 未结 9 783
借酒劲吻你
借酒劲吻你 2021-02-02 15:04

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

9条回答
  •  [愿得一人]
    2021-02-02 15:12

    As an alternative to installing subversion to grab the source, Numpy's SF files page has the latest copy of 1.5 in a few different (Windows-friendly) formats:

    http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b1/

提交回复
热议问题