Commit 5d716e4b authored by Romain Loth's avatar Romain Loth

auto-size as default louvain titling "potential"

parent 8e1805e5
...@@ -73,7 +73,7 @@ TW.conf = (function(TW){ ...@@ -73,7 +73,7 @@ TW.conf = (function(TW){
'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'}, 'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'},
'cluster_index' : {'col': "cluster" , 'binmode': 'off' }, 'cluster_index' : {'col': "cluster" , 'binmode': 'off' },
'clust_louvain' : {'col': "cluster" , 'binmode': 'off', 'clust_louvain' : {'col': "cluster" , 'binmode': 'off',
'legend':'Louvain clustering', 'titlingMetric': 'auto-outdegree'}, 'legend':'Louvain clustering', 'titlingMetric': 'auto-size'},
'country':{ 'country':{
'col':"cluster" , 'col':"cluster" ,
'binmode': 'off', 'binmode': 'off',
......
...@@ -73,7 +73,7 @@ TW.conf = (function(TW){ ...@@ -73,7 +73,7 @@ TW.conf = (function(TW){
'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'}, 'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'},
'cluster_index' : {'col': "cluster" , 'binmode': 'off' }, 'cluster_index' : {'col': "cluster" , 'binmode': 'off' },
'clust_louvain' : {'col': "cluster" , 'binmode': 'off', 'clust_louvain' : {'col': "cluster" , 'binmode': 'off',
'legend':'Louvain clustering', 'titlingMetric': 'auto-outdegree'}, 'legend':'Louvain clustering', 'titlingMetric': 'auto-size'},
'country':{ 'country':{
'col':"cluster" , 'col':"cluster" ,
'binmode': 'off', 'binmode': 'off',
......
...@@ -73,7 +73,7 @@ TW.conf = (function(TW){ ...@@ -73,7 +73,7 @@ TW.conf = (function(TW){
'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'}, 'auto-outdegree' : {'col': "heatmap", 'n': 7, 'binmode': 'samepop', 'legend': 'Auto OutDegree'},
'cluster_index' : {'col': "cluster" , 'binmode': 'off' }, 'cluster_index' : {'col': "cluster" , 'binmode': 'off' },
'clust_louvain' : {'col': "cluster" , 'binmode': 'off', 'clust_louvain' : {'col': "cluster" , 'binmode': 'off',
'legend':'Louvain clustering', 'titlingMetric': 'auto-outdegree'}, 'legend':'Louvain clustering', 'titlingMetric': 'auto-size'},
'country':{ 'country':{
'col':"cluster" , 'col':"cluster" ,
'binmode': 'off', 'binmode': 'off',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment