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
Hi @advait-zx, I would really strongly suggest you find one issue you can tackle, work on that instead of posting on every issue you might want to work on.
You are free to work on this issue, we would need to enable ArrayAnimatorWCS to allow users to access the underlying API from WCSAXES.
Describe the feature
With a WCSAxes instance, one can set the position of ticklabels using the
set_ticklabel_position
method: https://docs.astropy.org/en/stable/api/astropy.visualization.wcsaxes.CoordinateHelper.html#astropy.visualization.wcsaxes.CoordinateHelper.set_ticklabel_position. However,ArrayAnimatorWCS
provides no interface to this method.ArrayAnimatorWCS.plot
should provide an input in order to adjust this, similar to what is done forset_tick
throughplot_params
.Proposed solution
No response
The text was updated successfully, but these errors were encountered: