pySmithPlot
pySmithPlot copied to clipboard
Matplotlib extension for creating Smith charts with Python
In version of numpy higher than 1.16 the third argument of linspace is not be interpreted as integer and would produce and error. https://docs.scipy.org/doc/numpy/release.html?highlight=histogram Then matrix d_mat need to be...
Got a 'numpy.float64' object cannot be interpreted as an integer error when run smith_full_test.py. Any idea?
I got following error: cannot import name 'Iterable' from 'collections' It occurs when trying to import smithplot whilst using python 3.10.4 on the arch based linux distro 'Garuda Linux'. The...
Some python 2.x compatibility fixes: * initialized keyword(s) not allowed after *args in python2.x, use general **kw instead * Ohm signs and other are unicode only, use unicode_literals (and others)...
smithaxes.py is broken with latest numpy. I have done a workaround and it's in the following file: ######################################################### [smithaxes.zip](https://github.com/vMeijin/pySmithPlot/files/5633711/smithaxes.zip) Thanks, Phil
License?
Can this library be used and if so what license may it be used under? I note your setup.py says 'BSD' but this isn't noted in your repository. Kind regards...
Are the matplotlib zoom and pan functions supported? The plots don't seem to respond, and from smithaxes.py lines 548-559 there look to be some comments and partial functions for pan...
Using NumPy 1.18.4 and Matplotlib 3.2.1. Python version is 3.8.3. Mac OS X Catalina although I doubt this issue is platform dependent. This looks like the derived value for num,...
I am noticing the following warning messages when I clear data from a Smith chart plot using ax.clear(). /usr/local/lib/python3.4/dist-packages/smithplot/smithaxes.py:1060: DeprecationWarning: object of type cannot be safely interpreted as an integer....
Added BSD License file