Skip to content

Remove ggplot themeing as far as possible #17

@felix-hof

Description

@felix-hof

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() or autoplot() & theme() if length(type) == 1 or length(type) > 1 respectively

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions