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
The set_axislabel method on a WCSAxes axis allows for passing in not just the label of the axis but also additional arguments such as the color of that label. However, the coord_params interface to set_axislabel only allows for passing the label and no other arguments
Allow the axislabel entry in the coord_params dict to optionally be a dict and unpack it if it is. In this case, one of the entries of that dict would also have to be the axislabel.
The text was updated successfully, but these errors were encountered:
Describe the feature
The
set_axislabel
method on a WCSAxes axis allows for passing in not just the label of the axis but also additional arguments such as the color of that label. However, thecoord_params
interface toset_axislabel
only allows for passing the label and no other argumentsmpl-animators/mpl_animators/wcs.py
Line 182 in 32739c0
Proposed solution
Allow the
axislabel
entry in thecoord_params
dict to optionally be a dict and unpack it if it is. In this case, one of the entries of that dict would also have to be the axislabel.The text was updated successfully, but these errors were encountered: