Open
Description
In WCSAxes, we simplify labels so that the full tick labels aren't shown for every tick:
However, it would be nice to have more control over this - for instance some users might want all labels to show the full label, or others might want to start from one side instead of the other - for example here:
the full label is on the left. But it'd be nice to have the option to start from the right. For anyone wanting to tackle this, the main label simplification code is here:
https://github.com/astropy/astropy/blob/master/astropy/visualization/wcsaxes/ticklabels.py#L59