Skip to content

make compatible with ggplot2 #4

@mbjones

Description

@mbjones

The current package uses ggplot2, but is not consistent with the ggplot architecture. It would be much more powerful if this were changed into a geom, such that geom_flower would be available within ggplot and the data mappings in the plot would be provided through the aes mappings in ggplot. Then, people could use this in any ggplot code. But it would require a fair amount of work to refactor and generalize the code to deal with arbitrary data types. Interesting project though. See background info on extending ggplot here: https://ggplot2.tidyverse.org/articles/extending-ggplot2.html#creating-a-new-geom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions