Plotting with Python

后端 未结 2 1315
忘了有多久
忘了有多久 2021-01-25 07:26

I have a .txt file from which I find ordered pairs, and then draw a graphic using numpy and matplotlib. For example these are my ordered pairs:

[[(4.0, 0), (0, 6         


        
2条回答
  •  情书的邮戳
    2021-01-25 07:50

    Maybe you can take a look on "sage". Sage is an opensource computer algebra system and you can nearly verything eg. Graphtheorie and Plotting like a boss. http://www.sagemath.org/

提交回复
热议问题