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.
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?
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
; 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.
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
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
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
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
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
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
10 matches
Mail list logo