vMeijin / pySmithPlot

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

Cannot import name 'update_scParams' #15

Closed Godtec closed 6 years ago

Godtec commented 7 years ago

I have this error:

mikek@mike-M6700:~/Documents/Mike_Play_Learn/SDR_Radio/pyLMS7002M/examples/VNA$ python3 calculateVNA.py r50 save Traceback (most recent call last): File "calculateVNA.py", line 29, in from smithplot.smithaxes import update_scParams ImportError: cannot import name 'update_scParams'

After running this example. https://github.com/myriadrf/pyLMS7002M/blob/master/examples/VNA/calculateVNA.py

Also had trouble with python versions, 2.7 or 3. I did do a Python3 ./setup.py install

Thanks. MikeK

brainstorm commented 6 years ago

Comment out the update_scParams line on that script for now, you'll get some plots ;)