Find better way for x-axis than to overwrite scale_x_continuous
#54
Labels
improvement
Improve API/behavior/implementation of an existing feature
scale_x_continuous
#54
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 overwritesscale_x_continuous
also for ggplots... And that's definitely not a behavior I want.Maybe it would work if just not exported the function...
The text was updated successfully, but these errors were encountered: