BaderLab / EnrichmentMapApp

The EnrichmentMap Cytoscape App allows you to visualize the results of gene-set enrichment as a network.
http://apps.cytoscape.org/apps/enrichmentmap
GNU Lesser General Public License v2.1
32 stars 12 forks source link

Publication-Ready should only remove gene-set labels but not revert manually defined style #331

Closed veroniquevoisin closed 1 year ago

veroniquevoisin commented 6 years ago

The purpose of the Publication-Ready box was to remove the purple background and remove gene-set labels. It should not revert any style added by users such as change in color or node size for example.

mikekucera commented 5 years ago

EnrichmentMap manages its own style automatically. If you change any of the options in the style section of the EM panel, including publication-ready, it switches back to the EM1_Visual_Style style and makes changes to that style. If you want to have your own separate style you need to manage it yourself. This issue has come up several times now. Maybe we need to rethink how EM manages the style, but that would be a big change.

mikekucera commented 2 years ago

Publication-ready could create a separate style, that way the original style remains untouched.

mikekucera commented 1 year ago

I believe this is fixed now. The publication ready option only alters the node label and network background. All other style properties are untouched.