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

Update plotting.R #23

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Update plotting.R #23

merged 1 commit into from
Feb 27, 2024

Conversation

beigelk
Copy link
Contributor

@beigelk beigelk commented Feb 27, 2024

Made change as described in #22 (comment), changed plotting.R as @pedriniedoardo suggested (labs(color = guide_legend(legend_title)) + to labs(color = legend_title) + on line 32), and plot_density() is now working as expected for me.

# Installing my fork of Nebulosa to test `plot_density`
library("devtools")
install_github("beigelk/Nebulosa")

library(Nebulosa)

pbmc = readRDS("~/test_data/pbmc_processed.Rds")
plot_density(pbmc, features = c("LYZ", "CD14"), joint = TRUE)

image

@joseah joseah merged commit 1f0714d into powellgenomicslab:master Feb 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants