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