-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Different clusters are returned when comparing interactive plots vs. exported plots
Code:
library(coconatfly)
library(dplyr)
mbon_ids <- cf_ids('/type:MBON.+', datasets = c('hemibrain', 'flywire'))
## for interactive version
cf_cosine_plot(mbon_ids, interactive = T, threshold = 5, group = T)
## for plotting
pdf("~/all_mbon_clust_grouped_T.pdf",
width = 40, height = 45); par(mar = c(20, 20, 20, 20))
cf_cosine_plot(mbon_ids, interactive = F, threshold = 5, group = T)
dev.off()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels