Taylor-CCB-Group / MDV

GNU General Public License v3.0
9 stars 6 forks source link

Spatial Connectivity charts don't scale to window size in pop out #30

Open bioinfbloke opened 1 year ago

bioinfbloke commented 1 year ago

when you enlarge a window they don't fill the window. esp noticeable in pop out mode

martinSergeant commented 1 year ago

When there is a tight network it is naturally constrained and so won't fill up the space. The length of the links is scaled to a variable and the user can change both the range and domain of this scale . I have tried adjusting the length to the size of the chart. Although a highly connected network will take up the space ,a less connected one looks leggy network

bioinfbloke commented 1 year ago

I think your solution is fine. The main thing is you can make out the nodes / edges.

On Tue, 6 Dec 2022 at 11:15, martinSergeant @.***> wrote:

When there is a tight network it is naturally constrained and so won't fill up the space. The length of the links is scaled to a variable and the user can change both the range and domain of this scale . I have tried adjusting the length to the size of the chart. Although a highly connected network will take up the space ,a less connected one looks leggy [image: network] https://user-images.githubusercontent.com/9353045/205896737-e58f6161-ad8e-4a63-9048-82c27c57b651.png

— Reply to this email directly, view it on GitHub https://github.com/Taylor-CCB-Group/MDV/issues/30#issuecomment-1339166777, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQIC7BIBY7IGYCPAVDGMZLWL4N6FANCNFSM6AAAAAASPRHNF4 . You are receiving this because you authored the thread.Message ID: @.***>

bioinfbloke commented 1 year ago

Just to be clear " adjusting the length to the size of the chart" is a good solution.

On Tue, 6 Dec 2022 at 11:44, Stephen Taylor < @.***> wrote:

I think your solution is fine. The main thing is you can make out the nodes / edges.

On Tue, 6 Dec 2022 at 11:15, martinSergeant @.***> wrote:

When there is a tight network it is naturally constrained and so won't fill up the space. The length of the links is scaled to a variable and the user can change both the range and domain of this scale . I have tried adjusting the length to the size of the chart. Although a highly connected network will take up the space ,a less connected one looks leggy [image: network] https://user-images.githubusercontent.com/9353045/205896737-e58f6161-ad8e-4a63-9048-82c27c57b651.png

— Reply to this email directly, view it on GitHub https://github.com/Taylor-CCB-Group/MDV/issues/30#issuecomment-1339166777, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQIC7BIBY7IGYCPAVDGMZLWL4N6FANCNFSM6AAAAAASPRHNF4 . You are receiving this because you authored the thread.Message ID: @.***>

bioinfbloke commented 1 year ago

I think the cells without links could be hidden or shown. Maybe if there was a control in settings

[show node if has '>=n' links] and default could be n = 0

bioinfbloke commented 1 year ago

Also need a way to zoom in / out using Mouse wheel.