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

Find better way for x-axis than to overwrite scale_x_continuous #54

Closed
thackl opened this issue Feb 22, 2021 · 0 comments
Closed

Find better way for x-axis than to overwrite scale_x_continuous #54

thackl opened this issue Feb 22, 2021 · 0 comments
Assignees
Labels
improvement Improve API/behavior/implementation of an existing feature

Comments

@thackl
Copy link
Owner

thackl commented Feb 22, 2021

Currently I export scale_x_continuous(labels=labels_bp()) to get a nice x-axis. It's convenient and works without the warning that I get when I just manually add an x-scale during plot construction. Problem is, the exported function overwrites scale_x_continuous also for ggplots... And that's definitely not a behavior I want.

Maybe it would work if just not exported the function...

@thackl thackl added the improvement Improve API/behavior/implementation of an existing feature label Feb 22, 2021
@thackl thackl self-assigned this Apr 11, 2021
@thackl thackl closed this as completed in 4f9aa34 Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve API/behavior/implementation of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant