vMeijin / pySmithPlot

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

Support for data outside of Smith Chart? (active devices) #26

Closed thgngu closed 5 years ago

thgngu commented 5 years ago

Hello,

First of all, very nice tool. Thanks a lot for your work.

Any plans or thoughts on supporting for data that go outside of the unit circle?

Thanks

ChrisHoyer commented 5 years ago

Hi,

just set the clip_on flag to false, like:

plt.plot(Data, datatype=SmithAxes.S_PARAMETER, clip_on=False)