plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

geom_GeomPolypath() has yet to be implemented in plotly.

Open foma4tune opened this issue 11 months ago • 0 comments

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)

foma4tune avatar Feb 07 '25 10:02 foma4tune