-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Could lattex and lontex instead inherit align=ax.yticklabelalign and align=ax.xticklabelalign? Or is there a way for me to override the default so that the degree symbols line up as in the latitude labels in plots like #349?
Lines 687 to 705 in ad98f64
| lattex = text!(axis.blockscene, lat_points_px; | |
| text=lat_text, | |
| space=:pixel, | |
| align=(:center, :center), | |
| font=axis.xticklabelfont, | |
| color=axis.xticklabelcolor, | |
| fontsize=axis.xticklabelsize, | |
| visible=axis.xticklabelsvisible, | |
| ) | |
| lontex = text!(axis.blockscene, lon_points_px; | |
| text=lon_text, | |
| space=:pixel, | |
| align=(:center, :center), | |
| font=axis.yticklabelfont, | |
| color=axis.yticklabelcolor, | |
| fontsize=axis.yticklabelsize, | |
| visible=axis.yticklabelsvisible, | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels