Make a 2D plot in a circular shape

后端 未结 0 1612
心在旅途
心在旅途 2021-02-04 23:50

I\'m trying to make a 2D plot but in a polar shape.

My code:

ubb = np.zeros((200,10))
aux = 1.0
for i in range(10):
ubb[:,i] = aux
aux = aux + 1.0
  x = np         


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