Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add labeling functions for axes? #67

Open
bbolker opened this issue Feb 22, 2020 · 0 comments
Open

add labeling functions for axes? #67

bbolker opened this issue Feb 22, 2020 · 0 comments

Comments

@bbolker
Copy link
Contributor

bbolker commented Feb 22, 2020

Some miscellaneous functionality here for

  • 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant