You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scientific notation with superscripts (i.e. 10^3, 10^4, etc.)
latitude/longitude scales
These could be further improved by
allowing for a LaTeX (intended for tikzDevice, e.g. $10^2$) vs plotmath output (e.g. parse(text="10^2"));
reducing code duplication in lat/long, e.g. generating lat/long scales from a single factory function that determines whether to use E/W or N/S legends
could further improve lat/long by allowing it to (optionally) express as degrees/minutes/seconds rather than decimal degrees
make a temperature scale function
Does this functionality exist somewhere else in the gg-verse?
The text was updated successfully, but these errors were encountered:
Some miscellaneous functionality here for
These could be further improved by
parse(text="10^2")
);Does this functionality exist somewhere else in the gg-verse?
The text was updated successfully, but these errors were encountered: