When I draw a geo map, I usually need to rotate lat ticks lablel by 90 degrees, which can be achieved in matplotlib ax.tick_params(axis="y", labelrotation=90). but I have looked through the API parameter settings and still don't know how to set it in ultraplot.
When I draw a geo map, I usually need to rotate lat ticks lablel by 90 degrees, which can be achieved in matplotlib
ax.tick_params(axis="y", labelrotation=90). but I have looked through the API parameter settings and still don't know how to set it in ultraplot.