cytoscape / diffusion

A Cytoscape app to interface with the heat diffusion service
3 stars 5 forks source link

Node Rank tick marks too dense to read #22

Closed bdemchak closed 7 years ago

bdemchak commented 7 years ago

Using the RAS Machine network (http://www.ndexbio.org/#/newNetwork/50e3dff7-133e-11e6-a039-06603eb7f303), A diffusion gives a scale that's unreadable.

image

keiono commented 7 years ago

Modified to render only 4 tick marks and labels.

2017-04-07 18 43 01

bdemchak commented 7 years ago

For RAS Machine (see below), this seems to work pretty well ... Thanks! Same for galFiltered.

I'm a little worried about the picture in the previous post. The node rank has a 6949 entry, but there isn't a tick on the far right. Is it possible for this to happen in the 1.2.2 release?? There should always be a tick on the far left and the far right ... and two in between. Please clarify.

image

keiono commented 7 years ago

This needs custom renderer for the JSlider. It is possible, but not worth it comparing to the amount of code we need to do it.