Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
foma4tune opened this issue Feb 7, 2025 · 0 comments
Open

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

foma4tune opened this issue Feb 7, 2025 · 0 comments

Comments

@foma4tune
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant