-
- Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
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
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_labelsTo 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
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed