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
File "/home/brosnan/.conda/envs/cleosim/lib/python3.10/site-packages/cleo/light/light.py", line 437, in add_self_to_plot
handles = ax.get_legend().legendHandles
AttributeError: 'Legend' object has no attribute 'legendHandles'
However, matplotlib-3.8.2 works.
The text was updated successfully, but these errors were encountered:
Installing matplotlib-3.9.0 breaks cleosim visualization functions
File "/home/brosnan/.conda/envs/cleosim/lib/python3.10/site-packages/cleo/light/light.py", line 437, in add_self_to_plot
handles = ax.get_legend().legendHandles
AttributeError: 'Legend' object has no attribute 'legendHandles'
However, matplotlib-3.8.2 works.
The text was updated successfully, but these errors were encountered: