Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
79d83f32
Commit
79d83f32
authored
Jun 27, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings for default colors of CC and ACR = cluster
parent
8345ed45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
settings_explorerjs.js
static/tinawebJS/settings_explorerjs.js
+3
-3
No files found.
static/tinawebJS/settings_explorerjs.js
View file @
79d83f32
...
...
@@ -106,8 +106,8 @@ TW.conf = (function(TW){
'weight'
:
{
'col'
:
"heatmap"
,
'n'
:
5
,
'binmode'
:
'samerange'
},
'Weighted Degree'
:
{
'col'
:
"heatmap"
,
'n'
:
8
,
'binmode'
:
'samerange'
},
'out-degree'
:
{
'col'
:
"heatmap"
,
'n'
:
3
,
'binmode'
:
'samepop'
},
'
countryuniform'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'
countrypareto'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'
CC'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'
ACR'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'cluster_universal_index'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'community_orphan'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
}
...
...
@@ -127,7 +127,7 @@ TW.conf = (function(TW){
// when coloring method is "cluster", should the colors change each time ?
TWConf
.
randomizeClusterColors
=
fals
e
TWConf
.
randomizeClusterColors
=
tru
e
// default clustering attribute (<---> used for initial node colors)
TWConf
.
nodeClusAtt
=
"modularity_class"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment