-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
For the planned submission to CRAN, we should remove the hardcoded themeing for ggplot geoms as far as possible. This should be customisable by the user.
Ideas include:
- styling arguments for lines (dashed, dotted, etc) for geoms that need to be in the plot (include as arguments to autoplot()?)
- for the rest (i.e. themeing) stick to defaults and let the user add themes by using something like
autoplot() + theme()orautoplot() & theme()iflength(type) == 1orlength(type) > 1respectively
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels