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
When using mealy 0.2.5 with matplotlib 3.9.0, I get an error
File "C:\Users\wilfr\PycharmProjects\rai3-mealy\venv\Lib\site-packages\mealy\error_visualizer.py", line 47, in _add_new_plot
plt.xticks(x_ticks, rotation="90")
Using 90 instead of "90" makes things work.
The text was updated successfully, but these errors were encountered:
When using mealy 0.2.5 with matplotlib 3.9.0, I get an error
File "C:\Users\wilfr\PycharmProjects\rai3-mealy\venv\Lib\site-packages\mealy\error_visualizer.py", line 47, in _add_new_plot
plt.xticks(x_ticks, rotation="90")
Using 90 instead of "90" makes things work.
The text was updated successfully, but these errors were encountered: