Graphing in Python 3.x

后端 未结 9 780
借酒劲吻你
借酒劲吻你 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:27

    A stable version supporting Python 3 has since been released: official announcement.

提交回复
热议问题