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 for set_tick through plot_params.
Proposed solution
No response
Describe the feature
With a WCSAxes instance, one can set the position of ticklabels using the
set_ticklabel_positionmethod: https://docs.astropy.org/en/stable/api/astropy.visualization.wcsaxes.CoordinateHelper.html#astropy.visualization.wcsaxes.CoordinateHelper.set_ticklabel_position. However,ArrayAnimatorWCSprovides no interface to this method.ArrayAnimatorWCS.plotshould provide an input in order to adjust this, similar to what is done forset_tickthroughplot_params.Proposed solution
No response