Re: [Matplotlib-users] Plotting a solid circle on a polar plot

2009-12-02 Thread Matthias Michler
Hi Brian, does ax.fill_between(np.linspace(0.0, 2*np.pi,100), np.ones(100)) do what you are after? Kind regards Matthias On Wednesday 02 December 2009 16:42:16 Brian Larsen wrote: > Hello, > > this seems like it should be easy but I am beating my head on the wall > here. > > I am trying to fill

[Matplotlib-users] Plotting a solid circle on a polar plot

2009-12-02 Thread Brian Larsen
Hello, this seems like it should be easy but I am beating my head on the wall here. I am trying to fill in everything rad<=1 in a polar plot (this is a spacecraft orbit trace and the circle is the Earth) and can't seem to get it. from pylab import * from matplotlib.patches import Circle fig=fi