Polar Plot: Extraneous Circles

Hello,

I've been trying to implement a smith chart like a previous gentlemen on the
list and have run into a similar problem. When my angle value goes from -pi
to pi I get an extraneous circle from the interpolation. From the previous
posts, I am under the impression that this is a known issue and has been
corrected. Am I correct? If so, I am still having this issue using version
0.98.5.2 of matplotlib.

Regards,
Sean McDevitt

···


View this message in context: http://www.nabble.com/Polar-Plot%3A--Extraneous-Circles-tp22156864p22156864.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

mcdevitts wrote:

Hello,

I've been trying to implement a smith chart like a previous gentlemen on the
list and have run into a similar problem. When my angle value goes from -pi
to pi I get an extraneous circle from the interpolation. From the previous
posts, I am under the impression that this is a known issue and has been
corrected. Am I correct? If so, I am still having this issue using version
0.98.5.2 of matplotlib.

Regards,
Sean McDevitt

Yes, this is known and was fixed on January 2. Can you update from svn?

Eric