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?
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
; 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