Skip to content

Wishlist: auto.key should allow default components to be suppressed #43

@deepayan

Description

@deepayan

Maybe this should be easier:

barchart(VADeaths, border = "transparent",
         par.settings = simpleTheme(pch = 16, col = 2:5),
         auto.key = list(points = TRUE, rectangles = FALSE))

Possibly just with

           auto.key = list(points = TRUE, rect = FALSE))

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