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
ArrayAnimatorWCS appears from the code to be overriding user input slider_labels: https://github.com/sunpy/mpl-animators/blob/main/mpl_animators/wcs.py#L103
ArrayAnimatorWCS
slider_labels
Suggest the following replacement to the above line:
slider_labels = kwargs.pop("slider_labels", None) if not slider_labers: slider_labels = self._compute_slider_labels_from_wcs(slices) + extra_slider_labels
import sunpy
sunpy.map.Map(...) etc
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
ArrayAnimatorWCS
appears from the code to be overriding user inputslider_labels
: https://github.com/sunpy/mpl-animators/blob/main/mpl_animators/wcs.py#L103Suggest the following replacement to the above line:
To Reproduce
import sunpy
sunpy.map.Map(...)
etc
What happened?
No response
Expected behavior
No response
Screenshots
No response
System Details
No response
Installation method
No response
The text was updated successfully, but these errors were encountered: