vMeijin / pySmithPlot

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

Fix for newer matplotlib no type np.complex #40

Open schlatterbeck opened 1 year ago

schlatterbeck commented 1 year ago

The type 'np.complex' has long been deprecated in matplotlib. Solution is to use the python builtin type 'complex'.

schlatterbeck commented 1 year ago

This has less clutter than the other patch for the same issue.