clearer maps

This commit is contained in:
fbsanchez 2020-04-13 18:28:56 +02:00
parent f658ee6ad7
commit 58eeffd04d
2 changed files with 11 additions and 5 deletions

View File

@ -1201,9 +1201,15 @@ class DiscoveryTaskList extends HTML
$map = new NetworkMap(
[
'id_task' => $id_task,
'pure' => 1,
'widget' => true,
'id_task' => $id_task,
'pure' => 1,
'widget' => true,
'map_options' => [
'map_filter' => [
'x_offs' => 120,
'node_sep' => 10,
],
],
]
);
$map->printMap();

View File

@ -57,10 +57,10 @@ if ($new_networkmap) {
$offset_x = '';
$offset_y = '';
$scale_z = 0.5;
$node_sep = 0.1;
$node_sep = 10;
$rank_sep = 1.0;
$mindist = 1.0;
$kval = 0.1;
$kval = 5;
}
$disabled_generation_method_select = false;