We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datetime_scale
datetime_scale() is not currently exported, but may be required when writing extensions to ggplot. E.g. Writing new sclaes for custom geoms etc.
datetime_scale()
All other scales are exported. i.e. continuous_scale(), discrete_scale() and binned_scale()
continuous_scale()
discrete_scale()
binned_scale()
Could datetime_scale also be exported?
The text was updated successfully, but these errors were encountered:
Sure. Do you want to do a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
datetime_scale()
is not currently exported, but may be required when writing extensions to ggplot. E.g. Writing new sclaes for custom geoms etc.All other scales are exported. i.e.
continuous_scale()
,discrete_scale()
andbinned_scale()
Could
datetime_scale
also be exported?The text was updated successfully, but these errors were encountered: