vMeijin / pySmithPlot

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

Numpy 1.18.1 requires int for linspace number of points #27

Closed alexpacini closed 4 years ago

alexpacini commented 4 years ago

Fixes a bug with numpy 1.18.1 that requires the number of point in the linspace to be an integer.

alexpacini commented 4 years ago

28 fixes it in a better way, I close this.