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
ubject: Re: [matplotlib-devel] Polar Plot Sherif Ahmed wrote: > Hello Eric, > > I am afraid this does not work. I get error saying that : > AttributeError: 'PolarAxes' object has no attribute 'set_resolution' It looks like support for the resolution kwarg was added late in

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

[matplotlib-devel] Polar Plot Design Issues

2009-01-23 Thread Evans, James R
All, While looking over the polar plot code I came across the following issue: When plotting something like 'polar( [2*pi/180, 358*pi/180], [2.0, 1.0] )' the plotted line will actually wrap around the origin of the plot before reaching its destination. Initially I thought that this was correc

[matplotlib-devel] Polar plot ignores units

2008-01-28 Thread James Evans
All, The polar plot function ignores unitized data units in the v0.91-maint branch, I have yet to test it with the main branch. Currently the xaxis and yaxis manage the unit conversion, but since a PolarAxes does not have and x and y Axis object there is nothing to do the conversion and it gets