Plot Ellipse with matplotlib.pyplot (Python)

后端 未结 3 739
后悔当初
后悔当初 2021-02-01 19:02

Sorry if this is a stupid question, but is there an easy way to plot an ellipse with matplotlib.pyplot in Python? I was hoping there would be something similar to

3条回答
  •  鱼传尺愫
    2021-02-01 19:28

    Have you seen the matplotlib ellipse demo? Here they use matplotlib.patches.Ellipse.

提交回复
热议问题