How to make a quiver plot in polar coordinates

前端 未结 0 1902
孤城傲影
孤城傲影 2021-02-15 02:17

How do I make a quiver plot in polar coordinates? I have data in terms of r and theta. I\'ve tried:

import numpy as np

radii = np.linspace(0.5,1,10)
thetas = np         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题