-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is there a way to mimic the style of the default plots from simplevis? #1035
Comments
You can also change axes and gridline linewidth and colour in the |
Related to this |
Thanks @davidhodge931! I installed the dev branch, and x_symmetric works with gg_* now, but I cannot set it as default using set_blanket(y_symmetric = TRUE, x_symmetric = TRUE) or weave_geom_defaults(y_symmetric = TRUE, x_symmetric = TRUE). |
I don't think I'll support this, as it won't work across too many gg_* functions or args FYI - I'm rethinking mode/theme and weave/set_blanket with breaking changes for next version, sorry. You may need to tweak function/argument names in the next version |
Done a heap of work on this today to provide more flexibility in the theme magic from the gg_* function... Download from github, and try this... Sorry for any broken code..
|
Hi, is there a way to use the set_blanket function to mimic the y and x axis of simplevis package?
The text was updated successfully, but these errors were encountered: