We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apologies for the short issue report, but wanted to flag this rather than hardcode it in my version.
Using more recent versions of matplotlib (> 3.9), legendHandles was replaced by legend_handles. See https://stackoverflow.com/questions/12848808/set-legend-symbol-opacity.
legendHandles
legend_handles
Hence, we must replace legendHandles with legend_handles in this line of code:
flasc/flasc/data_processing/filtering.py
Line 899 in 686c62d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apologies for the short issue report, but wanted to flag this rather than hardcode it in my version.
Using more recent versions of matplotlib (> 3.9),
legendHandles
was replaced bylegend_handles
. See https://stackoverflow.com/questions/12848808/set-legend-symbol-opacity.Hence, we must replace
legendHandles
withlegend_handles
in this line of code:flasc/flasc/data_processing/filtering.py
Line 899 in 686c62d
The text was updated successfully, but these errors were encountered: