You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Matplotlib warnings occure when plotting the default Bode or Nyquist plot, like lib/python3.11/site-packages/impedance/visualization.py:39: UserWarning: linestyle is redundantly defined by the 'linestyle' keyword argument and the fmt string ".-" (-> linestyle='-'). The keyword argument will take precedence.
To Reproduce
Open and execute the notebook docs/source/examples/plotting_example.ipynb.
Expected behavior
No warnings
The text was updated successfully, but these errors were encountered:
Describe the bug
Matplotlib warnings occure when plotting the default Bode or Nyquist plot, like
lib/python3.11/site-packages/impedance/visualization.py:39: UserWarning: linestyle is redundantly defined by the 'linestyle' keyword argument and the fmt string ".-" (-> linestyle='-'). The keyword argument will take precedence.
To Reproduce
Open and execute the notebook
docs/source/examples/plotting_example.ipynb
.Expected behavior
No warnings
The text was updated successfully, but these errors were encountered: