Graphing in Python 3.x

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

    MathGL (GPL plotting library) have Python interface which work with Python 3 too.

提交回复
热议问题