Skip to content

geom_GeomPolypath() has yet to be implemented in plotly. #2424

Open
@foma4tune

Description

@foma4tune

remotes::install_github("jespermaag/gganatogram")
library(gganatogram)

library(tidyverse)

male_system <- hgMale_key %>%
filter(type %in% "nervous_system") %>%
gganatogram(organism = "human", sex = "male",
fill = "colour", outline = FALSE) +
theme_void() +
coord_fixed()

ggplotly(male_system)

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