Re: [matplotlib-devel] Polar Plot

2009-05-11 Thread prosswa
Hello, Does anyone know how I could plot contours on a chart like this? thanks, Robert -- View this message in context: http://www.nabble.com/Polar-Plot-tp22590831p23490797.html Sent from the matplotlib - devel mailing list archive at Nabble.com.

Re: [matplotlib-devel] Polar Plot

2009-03-21 Thread Eric Firing
Sherif Ahmed wrote: > Hi Eric, > > Thanks agaon. Now it works after updating to matplotlib 98.5. > > Well I also attach the code. I find it good if we can publish it to other > interested users. May be some one needs it or likes to upgrade it. I made > already the basic work. How does this work?

Re: [matplotlib-devel] Polar Plot

2009-03-21 Thread Sherif Ahmed
getattr(o,funcName) > AttributeError: 'PolarAxes' object has no attribute 'set_resolution' > > > ----- > > Do you know what is the reason behind this? > > Thanks, > Sherif > > -Original Message- > F

Re: [matplotlib-devel] Polar Plot

2009-03-21 Thread Eric Firing
; AttributeError: 'PolarAxes' object has no attribute 'set_resolution' > > > - > > Do you know what is the reason behind this? > > Thanks, > Sherif > > -Original Message- > From: Eric Firing [mailto:efir.

Re: [matplotlib-devel] Polar Plot

2009-03-21 Thread Sherif Ahmed
r(o,funcName) AttributeError: 'PolarAxes' object has no attribute 'set_resolution' - Do you know what is the reason behind this? Thanks, Sherif -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: Thursday

Re: [matplotlib-devel] Polar Plot

2009-03-19 Thread Eric Firing
Sherif Ahmed wrote: > Hello Mike, > > Thanks for your advice. I think this is exactly what I need. I am not sure > how to use this option, might you help me? > > I use simply the following lines in my code: > > self.figure.clf() > self.axes = self.figure.add_axes([0.1,0.1,0.8,0.8], projection='p

Re: [matplotlib-devel] Polar Plot

2009-03-19 Thread Sherif Ahmed
herif Ahmed Cc: matplotlib-devel@lists.sourceforge.net Subject: Re: [matplotlib-devel] Polar Plot Sherif Ahmed wrote: > > Hello all, > > I am using matplotlib in order to generate a scientific drawing called > “Smith Chart”. It consists of many shifted circles drawn in polar

Re: [matplotlib-devel] Polar Plot

2009-03-19 Thread Michael Droettboom
Sherif Ahmed wrote: > > Hello all, > > I am using matplotlib in order to generate a scientific drawing called > “Smith Chart”. It consists of many shifted circles drawn in polar > plot. This chart is widely used in electrical engineering field. > > I am facing a problem now with the new version