Re: [Matplotlib-users] Add support for Smith charts

2013-05-14 Thread Pierre Haessig
Hi, Le 15/05/2013 00:14, Paul Stärke a écrit : Hello, I created a project for plotting nice Smith Charts with matplotlib. Those charts are super-good looking ! It's been a few years since I had heard that name, but now I remember a bit the few undergrad courses I got on HF electronics and tr

Re: [Matplotlib-users] Add support for Smith charts

2013-05-14 Thread Benjamin Root
On Tue, May 14, 2013 at 6:14 PM, Paul Stärke wrote: > Hello, > I created a project for plotting nice Smith Charts with matplotlib. I > followed the projection example. I put my code into a git repo on github: > https://github.com/vMeijin/pySmithPlot > I wanted to ask, if there is any interest in

[Matplotlib-users] Add support for Smith charts

2013-05-14 Thread Paul Stärke
Hello, I created a project for plotting nice Smith Charts with matplotlib. I followed the projection example. I put my code into a git repo on github: https://github.com/vMeijin/pySmithPlot Iwanted to ask, if there is any interest in putting this functionality into the main library. If so, I woul

Re: [Matplotlib-users] hammer projection

2013-05-14 Thread Marian Jakubik
Dear JJ, sorry for my late response. Your code is working like a charm :) Thanks a lot for your help! Best, Marian Dňa Thu, 2 May 2013 00:37:15 +0900 Jae-Joon Lee napísal: > The code below uses axisartist toolkit. > > http://nbviewer.ipython.org/5467593 > > This is modified from 3rd examp

Re: [Matplotlib-users] Kubuntu 13.04 : can't import matplotlib.pyplot

2013-05-14 Thread Samuel Garcia
Sorry for disturb. It was due to an old manual install of numpy. Le 14/05/2013 12:06, Samuel Garcia a écrit : > Hi list, > I have updated my desktop to kubuntu 13.04 and not able to import pyplot. > Am I the only one ? > > > import matplotlib.pyplot > > ---

[Matplotlib-users] Kubuntu 13.04 : can't import matplotlib.pyplot

2013-05-14 Thread Samuel Garcia
Hi list, I have updated my desktop to kubuntu 13.04 and not able to import pyplot. Am I the only one ? import matplotlib.pyplot --- ImportError Traceback (most recent call last) in () > 1 i

[Matplotlib-users] PySide and blit-style animation problem

2013-05-14 Thread Alexander Kalinin
Hello, I have adopted blit animation example [1] to use it inside PySide Qt widget. But I found a little problem. When I follow the example [1] and use self.blit(self.axes.bbox) call in 'draw_event' callback, the ugly black frame is appeared during the application window zoom (changing size of t