vMeijin / pySmithPlot

Matplotlib extension for creating Smith charts with Python
127 stars 73 forks source link

projection smith not available in pp.plot ? #16

Closed DocEpsilon closed 6 years ago

DocEpsilon commented 7 years ago

Why can I only evoke the smithplot projection in pp.subplot and not in pp.plot?

It kind of makes it implossible to use functions like subplot2grid etc.

DocEpsilon commented 7 years ago

Never mind. I just realized i can call pp.subplot2grid with the projection keyword from smithplot module.

That solves my particular problem. Still I'd prefer if smithplot was callable with the plot command and not restricted to subplot routines.

Anyway, thanks for the awesome work. Your module is one of my most often used tools in RF engineering.