diff --git a/Graph.md b/Graph.md index dbb5c1c..3a7fecb 100644 --- a/Graph.md +++ b/Graph.md @@ -210,8 +210,23 @@ hierarchy attributes to group nodes. A continuous graph layout algorithm. Read more details about the algorithm and its settings in the [article][3]. The algorithm works iteratively. When you choose ForceAtlas2 layout or run the query, it is automatically run 50 iterations of the algorithm. You can change the amount of steps run -automatically in `Initial Iterations`. You can also run and stop the algorithm manually by -clicking `Start`/`Stop` button. +automatically in `Initial Iterations`. + +If you want to see the effect of further iterations, click `Continue`. +Click `Pause` to stop the algorithm run. + +The graph must have an initial layout before running ForceAtlas2 algorithm. +Different initial layout lead to different result. You can choose an initial +layout in `Seed layout` fold. + +Note that to see the effect of another seed layout you need to restart the +algorithm by clicking `Restart` button. It will make iterationั‹ in the amount +of `Initial Iterations` setting. + +Also note that seed layout will not be applied if the graph already had a layout +other than ForceAtlas2. For example, if you first applied the random layout and +then switched to ForseAtlas2. Click `Restart` button to make the algorithm +start from the beginning using the seed layout. ![Fig. 4: ForceAtlas2 layout](./img/Screenshot_graph_force_atlas2.png) diff --git a/How-to-get-result-set-suitable-for-graph-visualisation.md b/How-to-get-result-set-suitable-for-graph-visualisation.md index 28900e4..0a156af 100644 --- a/How-to-get-result-set-suitable-for-graph-visualisation.md +++ b/How-to-get-result-set-suitable-for-graph-visualisation.md @@ -21,7 +21,7 @@ Let's say, you have 2 tables: | --- | -------------- | ---------- | | 1 | Harry Potter | Gryffindor | | 2 | Ron Weasley | Gryffindor | - | 3 | Draco Malfoy' | Slytherin | + | 3 | Draco Malfoy | Slytherin | | 4 | Luna Lovegood | Ravenclaw | | 5 | Cedric Diggory | Hufflepuff | diff --git a/img/Screenshot_graph_force_atlas2.png b/img/Screenshot_graph_force_atlas2.png index ebeab5f..4d05fd8 100644 Binary files a/img/Screenshot_graph_force_atlas2.png and b/img/Screenshot_graph_force_atlas2.png differ diff --git a/img/Screenshot_result.png b/img/Screenshot_result.png deleted file mode 100644 index 02bc979..0000000 Binary files a/img/Screenshot_result.png and /dev/null differ