Plotting with Python

后端 未结 2 1282
忘了有多久
忘了有多久 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/

    0 讨论(0)
  • 2021-01-25 07:52

    You can start by trying SymPy for intersection (specifically) here.

    There is more to SymPy; it will fit most of the things you might want to do! Read the docs for all of its capabilities.

    0 讨论(0)
提交回复
热议问题