Polar contour plot in Matplotlib

后端 未结 2 2060
说谎
说谎 2020-12-15 00:43

I have a set of data that I want to use to produce a contour plot in polar co-ordinates using Matplotlib.

My data is the following:

  • theta
2条回答
  •  -上瘾入骨i
    2020-12-15 01:07

    I don't know if it's possible to do a polar contour plot directly, but if you convert to cartesian coordinates you can use the griddata function to convert your 1D arrays to 2D.

提交回复
热议问题