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 matplotlib >= 3.7, an error occurs when attempting to generate the plots as described in the GitHub README docs under "Basic Usage". It was determined that line 825 in multiplot.py contains a legend_ attribute call for "legendHandles", which does not exist, at least in later versions of matplotlib. Changing the attribute to "legend_handles" solves the issue.
The text was updated successfully, but these errors were encountered:
When using matplotlib >= 3.7, an error occurs when attempting to generate the plots as described in the GitHub README docs under "Basic Usage". It was determined that line 825 in multiplot.py contains a legend_ attribute call for "legendHandles", which does not exist, at least in later versions of matplotlib. Changing the attribute to "legend_handles" solves the issue.
The text was updated successfully, but these errors were encountered: