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

make tools to color disconnectivity graphs #13

Closed
js850 opened this issue Dec 19, 2013 · 0 comments
Closed

make tools to color disconnectivity graphs #13

js850 opened this issue Dec 19, 2013 · 0 comments

Comments

@js850
Copy link
Member

js850 commented Dec 19, 2013

The functionality is already there (it's already done in the gui), but we should make tools to color automatically via a calculated value. We should start by replicating what is done in disconnectionDPS

color minima by predefined groups:

! Colour minima in sections if required.
! For each node, check all minima for which the node is a parent.
! If all minima are contained on one of the lists, the node 
! will be coloured to represent that list.  
! If any minimum is not contained on one of the lists, the node
! is not coloured. 
! If all minima are contained on lists but more than one list 
! is represented, the node will be the colour of the last list
! as specified on the input line in dinfo.

This can be implemented by a function which takes a list of groups of minima as input.

Also, color minima by order parameter:

! Colour minima by value of DPMARKNODE, with input values in the range 0.0d0 to 1.0d0
! For each node, check all minima for which the node is a parent.
! The node will be the colour of the minimum with the highest value 

This can be implemented by a function which accept a function minimum_to_value as input

@js850 js850 closed this as completed Jan 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant