Plotting with Python

后端 未结 2 1283
忘了有多久
忘了有多久 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: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.

提交回复
热议问题