ECSHackWeek / impedance.py

A Python package for working with electrochemical impedance data
MIT License
221 stars 101 forks source link

[BUG] It might not be a bug, but who knows #250

Closed JuanCarlosZapata666 closed 1 year ago

JuanCarlosZapata666 commented 1 year ago

I'm trying to run the example on "Getting started with impedance.py". But I keep getting the following error Snip20230202_2

I'm not sure if it a bug.

Thanks!

BGerwe commented 1 year ago

It looks like you need to switch the order of the inputs. Try plot_nyquist(Z, ax=ax, fmt='o')

mdmurbach commented 1 year ago

Fixing this in #249

JuanCarlosZapata666 commented 1 year ago

It looks like you need to switch the order of the inputs. Try plot_nyquist(Z, ax=ax, fmt='o')

It worked, thank you very much!