vMeijin / pySmithPlot

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

Fix issue #3 (handle real input data), plus a minor formatting fix. #8

Closed cfriesicke closed 8 years ago

cfriesicke commented 9 years ago

I fixed Issue #3, so that now purely real input data is handled correctly. The code was tested with single float numbers and numpy-arrays of floats (including the boundary case of a single-element array). For all these cases, real data is now correctly plotted on the real axis of the Smith Chart.

Furthermore, I fixed a minor issue regarding mixed tab/space indentation in the source file.

vMeijin commented 8 years ago

Please check the new release version 0.2.