I want to rotate the Longitude annotations by 180°, so that they are more readable. Is that possible? I’ve looked at -B+a, but that doesn’t work for geographic basemaps. I’ve also looked at MAP_ANNOT_ORTHO, but that has no effect either.
avoids the overprinting. There should never be a need to rotate by 180 unless you are also rotating the figure after it is made. All the annotations above are readable and not backward.
Thanks for that Paul. You have actually revealed the underlying problem and that is I am rotating the figure 90° after it is made. The oblique equator is parallel to the x- axis and I want it to be parallel to the y-axis, hence the 90° rotation. I’ve asked the question about that in a separate post.
Thanks for the prompt reply.