-
Notifications
You must be signed in to change notification settings - Fork 67
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
Space Layout and Concept Networks display grouping legend I can't remove #292
Comments
It is not clear to me what exactly you try to achieve. To increase your chance of getting more feedback I suggest your provide some reproducible code and a picture that illustrates your goal (and problem!). |
Yes of course: My problem is that in the ssplot() function the parameter group_legend=FALSE does not remove the group legend. I attached a picture with the old result: and a new result with the occurring legend: I'm using the ssplot(x, ...) function with GSEA results. The GSEA results were obtained using the GSEA() function with logFC data. Here is the code in the pipeline that is generating the plot using the previously generated GSEA results (GSEA_all_t2gr_absNES): |
Aha, I got your point. I have never prepared such similarity space plot before, but I believe I can reproduce your problem. That is, unfortunately, I also don't know how to remove the 2nd legend... Since you indicate that with a previous version of I am pinging Guangchang as well; Some reproducible code:
|
Thank you for your help |
Alright - thank you for all your help! |
I have contacted Guangchuang Yu (@GuangchuangYu), the maintainer of |
Hi! I have the same problem with emapplot, where the color2 legends cannot be turned off! I am using version 1.24.2. I note that in a previous version, the legends could be turned off as well. |
Hi, |
I am currently using R Version 4.3.3 and BiocManager 3.18 |
The code became quite messy as my student was involved in the development, making it difficult to maintain. I’ve rewritten all the network visualization functions, primarily in this commit and this one. Please use the latest GitHub version and report any issues you encounter. |
@GuangchuangYu: Unfortunately the latest GitHub version seems to have introduced some other bugs with The The same for the
ssplot()
cnetplot
Expected node color (#94e5b6): emapplot
|
Added: for completeness / reference the output generated by Using the same code as above:
cnetplot:
emapplot:
|
For the |
Thanks for the updates, yet it still isn't working for me... ssplot:
emapplot: See screenshot above, and attached PDF. Maybe this is specific for Windows?
A am out of clues on what may cause this
|
maybe you can wait for the new release of Bioconductor, so that our session info is similar with all are latest release versions. |
I updated to the new (latest) release of
|
Hi,
I'm working with a Pipeline using the Space Layout and Concept Networks. In contrast to previous executions with the same code a second legend "color 2" appears in both plots. This disrupts the layout of the plots due to the long generated names.
I tried to set group_legend=FALSE (even though it should already be the default) and group_legend=TRUE - but this only changed the order of the 2 displayed legends without removing it.
How can I stop the display of this legend?
I would really appreciate the help.
Thank you.
Carolyn
The text was updated successfully, but these errors were encountered: