Home > Back-end >  matplotlib: fill circular sector between two curves in a polar plot
matplotlib: fill circular sector between two curves in a polar plot

Time:07-08

So I have two curves theta1(r) and theta2(r), where r is uniformly spaced between some two numbers (1 and 330 in this case). How can I fill the radial segment between the two curves?

I have considered adapting enter image description here

CodePudding user response:

One option is to make a enter image description here

  • Related