Add support for Smith charts

Hello,

      I create                d 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
inter est in
putting this
functionality into the main
library. If so, I would try to adapt my
code and make a
pull request ,
but it would be
wasted time, if no one is considering to
accept
it.

Those are some very nice looking plots there. Personally, I have never
heard of smith plots, and wouldn't know what the use case would be, but I
think we could definitely include most, if not all of it into mpl. At the
very least, the projection itself is quite interesting and might be cool to
add.

Ben Root

···

On Tue, May 14, 2013 at 6:14 PM, Paul Stärke <paul.staerke@...287...> 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:
GitHub - vMeijin/pySmithPlot: Matplotlib extension for creating Smith charts with Python
I wanted to ask, if there is any interest in putting this functionality
into the main library. If so, I would try to adapt my code and make a
pull request, but it would be wasted time, if no one is considering to accept
it.

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
transmission lines.
For the inclusion, I feel it should, at the very least, be in the
gallery.
best,
Pierre

···

Hi,

  Le 15/05/2013 00:14, Paul Stärke a écrit :

Hello,

        I create                  d a

project for plotting nice Smith Charts with matplotlib.