[test] fix golden tests

Also, fix README since we merged tasty/hspec tests recently.
parent 7c5ddfa4
Pipeline #7740 passed with stages
in 60 minutes and 52 seconds
...@@ -196,7 +196,7 @@ Here are some tips: ...@@ -196,7 +196,7 @@ Here are some tips:
* Lock the hackage-index state in the `cabal.project`, so that the * Lock the hackage-index state in the `cabal.project`, so that the
solver won't try to pull newer dependencies; solver won't try to pull newer dependencies;
* Specify constraints you want directly when building like `cabal * Specify constraints you want directly when building like `cabal
v2-build --constraint tasty==x.y.z.w` v2-build --constraint hspec==x.y.z.w`
* Generate another `.freeze` with `cabal v2-freeze` once you got the * Generate another `.freeze` with `cabal v2-freeze` once you got the
new build to compile (this is good for small, incremental upgrades) new build to compile (this is good for small, incremental upgrades)
* Bounds in `.cabal` are definitely respected, but ofc the `.freeze` * Bounds in `.cabal` are definitely respected, but ofc the `.freeze`
...@@ -250,16 +250,9 @@ Or, from "outside": ...@@ -250,16 +250,9 @@ Or, from "outside":
$ nix-shell --run "cabal v2-test --test-show-details=streaming" $ nix-shell --run "cabal v2-test --test-show-details=streaming"
``` ```
If you want to run particular tests, use (for Tasty): If you want to run particular tests, use:
```shell
cabal v2-test garg-test-tasty --test-show-details=streaming --test-option=--pattern='/job status update and tracking/
```
or (for Hspec):
```shell ```shell
cabal v2-test garg-test-hspec --test-show-details=streaming --test-option=--match='/Dispatcher, Central Exchange, WebSockets/' cabal v2-test garg-test --test-show-details=streaming --test-option=--match='/job status update and tracking/
``` ```
### CI ### CI
...@@ -447,7 +440,6 @@ a useful `:ggload` macro that imports all exposed modules from the ...@@ -447,7 +440,6 @@ a useful `:ggload` macro that imports all exposed modules from the
## Running the tests <a name="running-tests"></a> ## Running the tests <a name="running-tests"></a>
Running the tests can be done via the following command: Running the tests can be done via the following command:
```shell ```shell
cabal v2-test --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' cabal v2-test --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs'
``` ```
...@@ -458,28 +450,22 @@ The flags have the following meaning: ...@@ -458,28 +450,22 @@ The flags have the following meaning:
faster; faster;
* `no-phylo-debug-logs`: Suppresses the debugging logs which would normally be present in phylo pure (!) code. * `no-phylo-debug-logs`: Suppresses the debugging logs which would normally be present in phylo pure (!) code.
In order for some tests to run (like the phylo ones) is **required** to install the `gargantext-cli` via: **NOTE**: Using the above flags will cause rebuild, if you just build with `cabal v2-build`. Run with:
```shell
cabal v2-install gargantext:exe:gargantext
```
For tasty, if you want to run specific test (via patterns), use:
```shell ```shell
cabal v2-run garg-test-tasty -- -p '/Ngrams/ cabal v2-test --test-show-details=streaming
``` ```
so you don't rebuild.
For integration tests, do: If you want to run specific test (via patterns), use:
```shell ```shell
cabal v2-test garg-test-hspec --test-show-details=streaming --test-option=--match='/some pattern/' cabal v2-run garg-test --test-show-details=streaming --test-option=--match='/Ngrams/'
``` ```
You could also use [ghciwatch](https://mercurytechnologies.github.io/ghciwatch/) for testsing: You could also use [ghciwatch](https://mercurytechnologies.github.io/ghciwatch/) for testsing:
```shell ```shell
ghciwatch --command "cabal v2-repl garg-test-tasty" --after-startup-ghci ':set args "--pattern" "/Ngrams/"' --after-startup-ghci "Main.main" --after-reload-ghci "Main.main" --watch src --watch test ghciwatch --command "cabal v2-repl garg-test" --after-startup-ghci ':set args "--match" "/Ngrams/"' --after-startup-ghci "Main.main" --after-reload-ghci "Main.main" --watch src --watch test
``` ```
### Modifying a golden test to accept a new (expected) output ### Modifying a golden test to accept a new (expected) output
...@@ -487,11 +473,16 @@ ghciwatch --command "cabal v2-repl garg-test-tasty" --after-startup-ghci ':set a ...@@ -487,11 +473,16 @@ ghciwatch --command "cabal v2-repl garg-test-tasty" --after-startup-ghci ':set a
Some tests, like the Phylo one, use golden testing to ensure that the JSON Phylo we generate is Some tests, like the Phylo one, use golden testing to ensure that the JSON Phylo we generate is
the same as an expected one. This allows us to catch regressions in the serialisation or in the algorithm. the same as an expected one. This allows us to catch regressions in the serialisation or in the algorithm.
Sometimes, however, we genuinely want to modify the output so that it's the new reference (i.e. the new Sometimes, however, we genuinely want to modify the output so that it's the new reference (i.e. the new
golden reference). To do so, it's enough to run the testsuite passing the `--accept` flag, for example: golden reference).
If you do want to update the output, go to `test/Test/Offline/Phylo.hs` and set `doUpdateGolden = True`.
Run tests:
```shell ```shell
cabal v2-test garg-test-tasty --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' --test-option=--pattern='/Phylo/' --test-option=--accept cabal v2-test garg-test --test-show-details=streaming --test-option=--match='/Phylo/'
``` ```
The second time you run tests, they should pass.
**Don't forget to set `doUpdateGolden = False` after updating the golden files!**
# Async workers <a name="async-workers"></a> # Async workers <a name="async-workers"></a>
......
{ {
"_subgraph_cnt": 61, "_subgraph_cnt": 61,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"directed": true, "directed": true,
"edges": [ "edges": [
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"color": "black", "color": "black",
"edgeType": "branchLink", "edgeType": "branchLink",
"head": 114, "head": 114,
"pos": "e,855.36,1379.3 808.66,1449.2 821.19,1430.4 836.62,1407.3 850.52,1386.5", "pos": "e,855.36,1374.8 808.66,1444.7 821.19,1425.9 836.62,1402.8 850.52,1382",
"style": null, "style": null,
"tail": 61, "tail": 61,
"width": "3" "width": "3"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"color": "black", "color": "black",
"edgeType": "branchLink", "edgeType": "branchLink",
"head": 115, "head": 115,
"pos": "e,739.68,1379.3 768.42,1449.2 760.81,1430.7 751.46,1407.9 743,1387.3", "pos": "e,739.68,1374.8 768.42,1444.7 760.81,1426.2 751.46,1403.4 743,1382.8",
"style": null, "style": null,
"tail": 61, "tail": 61,
"width": "3" "width": "3"
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 63, "head": 63,
"pos": "e,1295.8,8312.2 1295.8,8383.6 1295.8,8365.6 1295.8,8343.1 1295.8,8323.6", "pos": "e,1280.8,8197.4 1280.8,8268.9 1280.8,8251 1280.8,8228.3 1280.8,8208.8",
"tail": 62, "tail": 62,
"width": "5" "width": "5"
}, },
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 64, "head": 64,
"pos": "e,1295.8,8173.7 1295.8,8245.1 1295.8,8227.1 1295.8,8204.6 1295.8,8185.1", "pos": "e,1280.8,8061.2 1280.8,8132.7 1280.8,8114.8 1280.8,8092.1 1280.8,8072.6",
"tail": 63, "tail": 63,
"width": "5" "width": "5"
}, },
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 65, "head": 65,
"pos": "e,1295.8,8035.2 1295.8,8106.6 1295.8,8088.6 1295.8,8066.1 1295.8,8046.6", "pos": "e,1280.8,7924.9 1280.8,7996.4 1280.8,7978.5 1280.8,7955.8 1280.8,7936.3",
"tail": 64, "tail": 64,
"width": "5" "width": "5"
}, },
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 66, "head": 66,
"pos": "e,1295.8,7896.7 1295.8,7968.1 1295.8,7950.1 1295.8,7927.6 1295.8,7908.1", "pos": "e,1280.8,7788.7 1280.8,7860.2 1280.8,7842.3 1280.8,7819.6 1280.8,7800.1",
"tail": 65, "tail": 65,
"width": "5" "width": "5"
}, },
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 67, "head": 67,
"pos": "e,1295.8,7758.2 1295.8,7829.6 1295.8,7811.6 1295.8,7789.1 1295.8,7769.6", "pos": "e,1280.8,7652.4 1280.8,7723.9 1280.8,7706 1280.8,7683.3 1280.8,7663.8",
"tail": 66, "tail": 66,
"width": "5" "width": "5"
}, },
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 68, "head": 68,
"pos": "e,1295.8,7619.7 1295.8,7691.1 1295.8,7673.1 1295.8,7650.6 1295.8,7631.1", "pos": "e,1280.8,7516.2 1280.8,7587.7 1280.8,7569.8 1280.8,7547.1 1280.8,7527.6",
"tail": 67, "tail": 67,
"width": "5" "width": "5"
}, },
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 69, "head": 69,
"pos": "e,1295.8,7481.2 1295.8,7552.6 1295.8,7534.6 1295.8,7512.1 1295.8,7492.6", "pos": "e,1280.8,7379.9 1280.8,7451.4 1280.8,7433.5 1280.8,7410.8 1280.8,7391.3",
"tail": 68, "tail": 68,
"width": "5" "width": "5"
}, },
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 70, "head": 70,
"pos": "e,1295.8,7342.7 1295.8,7414.1 1295.8,7396.1 1295.8,7373.6 1295.8,7354.1", "pos": "e,1280.8,7243.7 1280.8,7315.2 1280.8,7297.3 1280.8,7274.6 1280.8,7255.1",
"tail": 69, "tail": 69,
"width": "5" "width": "5"
}, },
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 71, "head": 71,
"pos": "e,1295.8,7204.2 1295.8,7275.6 1295.8,7257.6 1295.8,7235.1 1295.8,7215.6", "pos": "e,1280.8,7107.4 1280.8,7178.9 1280.8,7161 1280.8,7138.3 1280.8,7118.8",
"tail": 70, "tail": 70,
"width": "5" "width": "5"
}, },
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 72, "head": 72,
"pos": "e,1295.8,7065.7 1295.8,7137.1 1295.8,7119.1 1295.8,7096.6 1295.8,7077.1", "pos": "e,1280.8,6971.2 1280.8,7042.7 1280.8,7024.8 1280.8,7002.1 1280.8,6982.6",
"tail": 71, "tail": 71,
"width": "5" "width": "5"
}, },
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 73, "head": 73,
"pos": "e,1295.8,6927.2 1295.8,6998.6 1295.8,6980.6 1295.8,6958.1 1295.8,6938.6", "pos": "e,1280.8,6834.9 1280.8,6906.4 1280.8,6888.5 1280.8,6865.8 1280.8,6846.3",
"tail": 72, "tail": 72,
"width": "5" "width": "5"
}, },
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 74, "head": 74,
"pos": "e,1295.8,6788.7 1295.8,6860.1 1295.8,6842.1 1295.8,6819.6 1295.8,6800.1", "pos": "e,1280.8,6698.7 1280.8,6770.2 1280.8,6752.3 1280.8,6729.6 1280.8,6710.1",
"tail": 73, "tail": 73,
"width": "5" "width": "5"
}, },
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 75, "head": 75,
"pos": "e,1295.8,6650.2 1295.8,6721.6 1295.8,6703.6 1295.8,6681.1 1295.8,6661.6", "pos": "e,1280.8,6562.4 1280.8,6633.9 1280.8,6616 1280.8,6593.3 1280.8,6573.8",
"tail": 74, "tail": 74,
"width": "5" "width": "5"
}, },
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 76, "head": 76,
"pos": "e,1295.8,6511.7 1295.8,6583.1 1295.8,6565.1 1295.8,6542.6 1295.8,6523.1", "pos": "e,1280.8,6426.2 1280.8,6497.7 1280.8,6479.8 1280.8,6457.1 1280.8,6437.6",
"tail": 75, "tail": 75,
"width": "5" "width": "5"
}, },
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 77, "head": 77,
"pos": "e,1295.8,6373.2 1295.8,6444.6 1295.8,6426.6 1295.8,6404.1 1295.8,6384.6", "pos": "e,1280.8,6289.9 1280.8,6361.4 1280.8,6343.5 1280.8,6320.8 1280.8,6301.3",
"tail": 76, "tail": 76,
"width": "5" "width": "5"
}, },
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 78, "head": 78,
"pos": "e,1295.8,6234.7 1295.8,6306.1 1295.8,6288.1 1295.8,6265.6 1295.8,6246.1", "pos": "e,1280.8,6153.7 1280.8,6225.2 1280.8,6207.3 1280.8,6184.6 1280.8,6165.1",
"tail": 77, "tail": 77,
"width": "5" "width": "5"
}, },
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 79, "head": 79,
"pos": "e,1295.8,6096.2 1295.8,6167.6 1295.8,6149.6 1295.8,6127.1 1295.8,6107.6", "pos": "e,1280.8,6017.4 1280.8,6088.9 1280.8,6071 1280.8,6048.3 1280.8,6028.8",
"tail": 78, "tail": 78,
"width": "5" "width": "5"
}, },
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 80, "head": 80,
"pos": "e,1295.8,5957.7 1295.8,6029.1 1295.8,6011.1 1295.8,5988.6 1295.8,5969.1", "pos": "e,1280.8,5881.2 1280.8,5952.7 1280.8,5934.8 1280.8,5912.1 1280.8,5892.6",
"tail": 79, "tail": 79,
"width": "5" "width": "5"
}, },
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 81, "head": 81,
"pos": "e,1295.8,5819.2 1295.8,5890.6 1295.8,5872.6 1295.8,5850.1 1295.8,5830.6", "pos": "e,1280.8,5744.9 1280.8,5816.4 1280.8,5798.5 1280.8,5775.8 1280.8,5756.3",
"tail": 80, "tail": 80,
"width": "5" "width": "5"
}, },
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 82, "head": 82,
"pos": "e,1295.8,5680.7 1295.8,5752.1 1295.8,5734.1 1295.8,5711.6 1295.8,5692.1", "pos": "e,1280.8,5608.7 1280.8,5680.2 1280.8,5662.3 1280.8,5639.6 1280.8,5620.1",
"tail": 81, "tail": 81,
"width": "5" "width": "5"
}, },
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 83, "head": 83,
"pos": "e,1295.8,5542.2 1295.8,5613.6 1295.8,5595.6 1295.8,5573.1 1295.8,5553.6", "pos": "e,1280.8,5472.4 1280.8,5543.9 1280.8,5526 1280.8,5503.3 1280.8,5483.8",
"tail": 82, "tail": 82,
"width": "5" "width": "5"
}, },
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 84, "head": 84,
"pos": "e,1295.8,5403.7 1295.8,5475.1 1295.8,5457.1 1295.8,5434.6 1295.8,5415.1", "pos": "e,1280.8,5336.2 1280.8,5407.7 1280.8,5389.8 1280.8,5367.1 1280.8,5347.6",
"tail": 83, "tail": 83,
"width": "5" "width": "5"
}, },
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 85, "head": 85,
"pos": "e,1295.8,5265.2 1295.8,5336.6 1295.8,5318.6 1295.8,5296.1 1295.8,5276.6", "pos": "e,1280.8,5199.9 1280.8,5271.4 1280.8,5253.5 1280.8,5230.8 1280.8,5211.3",
"tail": 84, "tail": 84,
"width": "5" "width": "5"
}, },
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 86, "head": 86,
"pos": "e,1295.8,5126.7 1295.8,5198.1 1295.8,5180.1 1295.8,5157.6 1295.8,5138.1", "pos": "e,1280.8,5063.7 1280.8,5135.2 1280.8,5117.3 1280.8,5094.6 1280.8,5075.1",
"tail": 85, "tail": 85,
"width": "5" "width": "5"
}, },
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 87, "head": 87,
"pos": "e,1295.8,4988.2 1295.8,5059.6 1295.8,5041.6 1295.8,5019.1 1295.8,4999.6", "pos": "e,1280.8,4927.4 1280.8,4998.9 1280.8,4981 1280.8,4958.3 1280.8,4938.8",
"tail": 86, "tail": 86,
"width": "5" "width": "5"
}, },
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 88, "head": 88,
"pos": "e,1295.8,4849.7 1295.8,4921.1 1295.8,4903.1 1295.8,4880.6 1295.8,4861.1", "pos": "e,1280.8,4791.2 1280.8,4862.7 1280.8,4844.8 1280.8,4822.1 1280.8,4802.6",
"tail": 87, "tail": 87,
"width": "5" "width": "5"
}, },
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 89, "head": 89,
"pos": "e,1295.8,4711.2 1295.8,4782.6 1295.8,4764.6 1295.8,4742.1 1295.8,4722.6", "pos": "e,1280.8,4654.9 1280.8,4726.4 1280.8,4708.5 1280.8,4685.8 1280.8,4666.3",
"tail": 88, "tail": 88,
"width": "5" "width": "5"
}, },
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 90, "head": 90,
"pos": "e,1295.8,4572.7 1295.8,4644.1 1295.8,4626.1 1295.8,4603.6 1295.8,4584.1", "pos": "e,1280.8,4518.7 1280.8,4590.2 1280.8,4572.3 1280.8,4549.6 1280.8,4530.1",
"tail": 89, "tail": 89,
"width": "5" "width": "5"
}, },
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 91, "head": 91,
"pos": "e,1295.8,4434.2 1295.8,4505.6 1295.8,4487.6 1295.8,4465.1 1295.8,4445.6", "pos": "e,1280.8,4382.4 1280.8,4453.9 1280.8,4436 1280.8,4413.3 1280.8,4393.8",
"tail": 90, "tail": 90,
"width": "5" "width": "5"
}, },
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 92, "head": 92,
"pos": "e,1295.8,4295.7 1295.8,4367.1 1295.8,4349.1 1295.8,4326.6 1295.8,4307.1", "pos": "e,1280.8,4246.2 1280.8,4317.7 1280.8,4299.8 1280.8,4277.1 1280.8,4257.6",
"tail": 91, "tail": 91,
"width": "5" "width": "5"
}, },
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 93, "head": 93,
"pos": "e,1295.8,4157.2 1295.8,4228.6 1295.8,4210.6 1295.8,4188.1 1295.8,4168.6", "pos": "e,1280.8,4109.9 1280.8,4181.4 1280.8,4163.5 1280.8,4140.8 1280.8,4121.3",
"tail": 92, "tail": 92,
"width": "5" "width": "5"
}, },
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 94, "head": 94,
"pos": "e,1295.8,4018.7 1295.8,4090.1 1295.8,4072.1 1295.8,4049.6 1295.8,4030.1", "pos": "e,1280.8,3973.7 1280.8,4045.2 1280.8,4027.3 1280.8,4004.6 1280.8,3985.1",
"tail": 93, "tail": 93,
"width": "5" "width": "5"
}, },
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 95, "head": 95,
"pos": "e,1295.8,3880.2 1295.8,3951.6 1295.8,3933.6 1295.8,3911.1 1295.8,3891.6", "pos": "e,1280.8,3837.4 1280.8,3908.9 1280.8,3891 1280.8,3868.3 1280.8,3848.8",
"tail": 94, "tail": 94,
"width": "5" "width": "5"
}, },
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 96, "head": 96,
"pos": "e,1295.8,3741.7 1295.8,3813.1 1295.8,3795.1 1295.8,3772.6 1295.8,3753.1", "pos": "e,1280.8,3701.2 1280.8,3772.7 1280.8,3754.8 1280.8,3732.1 1280.8,3712.6",
"tail": 95, "tail": 95,
"width": "5" "width": "5"
}, },
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 97, "head": 97,
"pos": "e,1295.8,3603.2 1295.8,3674.6 1295.8,3656.6 1295.8,3634.1 1295.8,3614.6", "pos": "e,1280.8,3564.9 1280.8,3636.4 1280.8,3618.5 1280.8,3595.8 1280.8,3576.3",
"tail": 96, "tail": 96,
"width": "5" "width": "5"
}, },
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 98, "head": 98,
"pos": "e,1295.8,3464.7 1295.8,3536.1 1295.8,3518.1 1295.8,3495.6 1295.8,3476.1", "pos": "e,1280.8,3428.7 1280.8,3500.2 1280.8,3482.3 1280.8,3459.6 1280.8,3440.1",
"tail": 97, "tail": 97,
"width": "5" "width": "5"
}, },
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 99, "head": 99,
"pos": "e,1295.8,3326.2 1295.8,3397.6 1295.8,3379.6 1295.8,3357.1 1295.8,3337.6", "pos": "e,1280.8,3292.4 1280.8,3363.9 1280.8,3346 1280.8,3323.3 1280.8,3303.8",
"tail": 98, "tail": 98,
"width": "5" "width": "5"
}, },
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 100, "head": 100,
"pos": "e,1295.8,3187.7 1295.8,3259.1 1295.8,3241.1 1295.8,3218.6 1295.8,3199.1", "pos": "e,1280.8,3156.2 1280.8,3227.7 1280.8,3209.8 1280.8,3187.1 1280.8,3167.6",
"tail": 99, "tail": 99,
"width": "5" "width": "5"
}, },
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 101, "head": 101,
"pos": "e,1295.8,3049.2 1295.8,3120.6 1295.8,3102.6 1295.8,3080.1 1295.8,3060.6", "pos": "e,1280.8,3019.9 1280.8,3091.4 1280.8,3073.5 1280.8,3050.8 1280.8,3031.3",
"tail": 100, "tail": 100,
"width": "5" "width": "5"
}, },
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 102, "head": 102,
"pos": "e,1295.8,2910.7 1295.8,2982.1 1295.8,2964.1 1295.8,2941.6 1295.8,2922.1", "pos": "e,1280.8,2883.7 1280.8,2955.2 1280.8,2937.3 1280.8,2914.6 1280.8,2895.1",
"tail": 101, "tail": 101,
"width": "5" "width": "5"
}, },
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 103, "head": 103,
"pos": "e,1295.8,2772.2 1295.8,2843.6 1295.8,2825.6 1295.8,2803.1 1295.8,2783.6", "pos": "e,1280.8,2747.4 1280.8,2818.9 1280.8,2801 1280.8,2778.3 1280.8,2758.8",
"tail": 102, "tail": 102,
"width": "5" "width": "5"
}, },
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 104, "head": 104,
"pos": "e,1295.8,2633.7 1295.8,2705.1 1295.8,2687.1 1295.8,2664.6 1295.8,2645.1", "pos": "e,1280.8,2611.2 1280.8,2682.7 1280.8,2664.8 1280.8,2642.1 1280.8,2622.6",
"tail": 103, "tail": 103,
"width": "5" "width": "5"
}, },
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 105, "head": 105,
"pos": "e,1295.8,2495.2 1295.8,2566.6 1295.8,2548.6 1295.8,2526.1 1295.8,2506.6", "pos": "e,1280.8,2474.9 1280.8,2546.4 1280.8,2528.5 1280.8,2505.8 1280.8,2486.3",
"tail": 104, "tail": 104,
"width": "5" "width": "5"
}, },
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 106, "head": 106,
"pos": "e,1295.8,2356.7 1295.8,2428.1 1295.8,2410.1 1295.8,2387.6 1295.8,2368.1", "pos": "e,1280.8,2338.7 1280.8,2410.2 1280.8,2392.3 1280.8,2369.6 1280.8,2350.1",
"tail": 105, "tail": 105,
"width": "5" "width": "5"
}, },
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 107, "head": 107,
"pos": "e,1295.8,2218.2 1295.8,2289.6 1295.8,2271.6 1295.8,2249.1 1295.8,2229.6", "pos": "e,1280.8,2202.4 1280.8,2273.9 1280.8,2256 1280.8,2233.3 1280.8,2213.8",
"tail": 106, "tail": 106,
"width": "5" "width": "5"
}, },
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 108, "head": 108,
"pos": "e,1295.8,2079.7 1295.8,2151.1 1295.8,2133.1 1295.8,2110.6 1295.8,2091.1", "pos": "e,1280.8,2066.2 1280.8,2137.7 1280.8,2119.8 1280.8,2097.1 1280.8,2077.6",
"tail": 107, "tail": 107,
"width": "5" "width": "5"
}, },
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 109, "head": 109,
"pos": "e,1295.8,1941.2 1295.8,2012.6 1295.8,1994.6 1295.8,1972.1 1295.8,1952.6", "pos": "e,1280.8,1929.9 1280.8,2001.4 1280.8,1983.5 1280.8,1960.8 1280.8,1941.3",
"tail": 108, "tail": 108,
"width": "5" "width": "5"
}, },
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 110, "head": 110,
"pos": "e,1295.8,1802.7 1295.8,1874.1 1295.8,1856.1 1295.8,1833.6 1295.8,1814.1", "pos": "e,1280.8,1793.7 1280.8,1865.2 1280.8,1847.3 1280.8,1824.6 1280.8,1805.1",
"tail": 109, "tail": 109,
"width": "5" "width": "5"
}, },
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 111, "head": 111,
"pos": "e,1295.8,1664.2 1295.8,1735.6 1295.8,1717.6 1295.8,1695.1 1295.8,1675.6", "pos": "e,1280.8,1657.4 1280.8,1728.9 1280.8,1711 1280.8,1688.3 1280.8,1668.8",
"tail": 110, "tail": 110,
"width": "5" "width": "5"
}, },
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 112, "head": 112,
"pos": "e,1295.8,1521.3 1295.8,1597.4 1295.8,1578.2 1295.8,1553.7 1295.8,1532.8", "pos": "e,1280.8,1515.4 1280.8,1592.7 1280.8,1573.2 1280.8,1548 1280.8,1526.7",
"tail": 111, "tail": 111,
"width": "5" "width": "5"
}, },
...@@ -481,7 +481,7 @@ ...@@ -481,7 +481,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 113, "head": 113,
"pos": "e,1295.8,1363.4 1295.8,1453.9 1295.8,1430.9 1295.8,1399.9 1295.8,1374.8", "pos": "e,1280.8,1357.7 1280.8,1450.5 1280.8,1427.1 1280.8,1394.8 1280.8,1369.1",
"tail": 112, "tail": 112,
"width": "5" "width": "5"
}, },
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 116, "head": 116,
"pos": "e,1295.8,1195.9 1295.8,1296.1 1295.8,1270.7 1295.8,1235.2 1295.8,1207.3", "pos": "e,1280.8,1190.2 1280.8,1292.7 1280.8,1266.8 1280.8,1229.9 1280.8,1201.4",
"tail": 113, "tail": 113,
"width": "5" "width": "5"
}, },
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
"head": 114, "head": 114,
"lbl": "0.19342640361727076", "lbl": "0.19342640361727076",
"penwidth": "4", "penwidth": "4",
"pos": "769.3,1329.8 792.28,1329.8 815.26,1329.8 838.24,1329.8", "pos": "769.3,1325.2 792.28,1325.2 815.26,1325.2 838.24,1325.2",
"style": "dashed", "style": "dashed",
"tail": 115, "tail": 115,
"width": "3" "width": "3"
...@@ -515,7 +515,7 @@ ...@@ -515,7 +515,7 @@
"head": 120, "head": 120,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,719.75,1211.9 719.75,1280.4 719.75,1264 719.75,1245.4 719.75,1227.9", "pos": "e,719.75,1207.4 719.75,1275.9 719.75,1259.5 719.75,1240.9 719.75,1223.4",
"tail": 115, "tail": 115,
"width": "3" "width": "3"
}, },
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 121, "head": 121,
"pos": "e,1295.8,1028.4 1295.8,1128.6 1295.8,1103.2 1295.8,1067.7 1295.8,1039.8", "pos": "e,1280.8,1022.7 1280.8,1125.2 1280.8,1099.3 1280.8,1062.4 1280.8,1033.9",
"tail": 116, "tail": 116,
"width": "5" "width": "5"
}, },
...@@ -536,7 +536,7 @@ ...@@ -536,7 +536,7 @@
"head": 117, "head": 117,
"lbl": "0.30657359638272924", "lbl": "0.30657359638272924",
"penwidth": "4", "penwidth": "4",
"pos": "601.48,1207.2 621.78,1222.6 646.42,1238 671.75,1246 783.68,1281.2 823.82,1281.2 935.75,1246 961.08,1238 985.72,1222.6 1006,1207.2", "pos": "601.48,1202.7 621.78,1218.1 646.42,1233.5 671.75,1241.5 783.68,1276.7 823.82,1276.7 935.75,1241.5 961.08,1233.5 985.72,1218.1 1006,1202.7",
"style": "dashed", "style": "dashed",
"tail": 119, "tail": 119,
"width": "3" "width": "3"
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
"head": 118, "head": 118,
"lbl": "0.1934264036172708", "lbl": "0.1934264036172708",
"penwidth": "4", "penwidth": "4",
"pos": "601.48,1207.2 621.78,1222.6 646.42,1238 671.75,1246 712.45,1258.8 727.05,1258.8 767.75,1246 793.08,1238 817.72,1222.6 838.02,1207.2", "pos": "601.48,1202.7 621.78,1218.1 646.42,1233.5 671.75,1241.5 712.45,1254.3 727.05,1254.3 767.75,1241.5 793.08,1233.5 817.72,1218.1 838.02,1202.7",
"style": "dashed", "style": "dashed",
"tail": 119, "tail": 119,
"width": "3" "width": "3"
...@@ -562,7 +562,7 @@ ...@@ -562,7 +562,7 @@
"head": 120, "head": 120,
"lbl": "0.13624256621143363", "lbl": "0.13624256621143363",
"penwidth": "4", "penwidth": "4",
"pos": "601.3,1162.2 624.28,1162.2 647.26,1162.2 670.24,1162.2", "pos": "601.3,1157.8 624.28,1157.8 647.26,1157.8 670.24,1157.8",
"style": "dashed", "style": "dashed",
"tail": 119, "tail": 119,
"width": "3" "width": "3"
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
"head": 124, "head": 124,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,551.75,1044.4 551.75,1112.9 551.75,1096.5 551.75,1077.9 551.75,1060.4", "pos": "e,551.75,1039.9 551.75,1108.4 551.75,1092 551.75,1073.4 551.75,1055.9",
"tail": 119, "tail": 119,
"width": "3" "width": "3"
}, },
...@@ -587,7 +587,7 @@ ...@@ -587,7 +587,7 @@
"head": 123, "head": 123,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,719.75,1044.4 719.75,1112.9 719.75,1096.5 719.75,1077.9 719.75,1060.4", "pos": "e,719.75,1039.9 719.75,1108.4 719.75,1092 719.75,1073.4 719.75,1055.9",
"tail": 120, "tail": 120,
"width": "3" "width": "3"
}, },
...@@ -596,7 +596,7 @@ ...@@ -596,7 +596,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 126, "head": 126,
"pos": "e,1295.8,860.88 1295.8,961.05 1295.8,935.66 1295.8,900.21 1295.8,872.32", "pos": "e,1280.8,855.15 1280.8,957.73 1280.8,931.85 1280.8,894.94 1280.8,866.41",
"tail": 121, "tail": 121,
"width": "5" "width": "5"
}, },
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
"head": 122, "head": 122,
"lbl": "0.1859619637674199", "lbl": "0.1859619637674199",
"penwidth": "4", "penwidth": "4",
"pos": "433.48,1039.7 453.78,1055.1 478.42,1070.5 503.75,1078.5 615.68,1113.7 655.82,1113.7 767.75,1078.5 793.08,1070.5 817.72,1055.1 838.02,1039.7", "pos": "433.48,1035.2 453.78,1050.6 478.42,1066 503.75,1074 615.68,1109.2 655.82,1109.2 767.75,1074 793.08,1066 817.72,1050.6 838.02,1035.2",
"style": "dashed", "style": "dashed",
"tail": 125, "tail": 125,
"width": "3" "width": "3"
...@@ -621,7 +621,7 @@ ...@@ -621,7 +621,7 @@
"head": 123, "head": 123,
"lbl": "0.13249650743056282", "lbl": "0.13249650743056282",
"penwidth": "4", "penwidth": "4",
"pos": "433.48,1039.7 453.78,1055.1 478.42,1070.5 503.75,1078.5 544.45,1091.3 559.05,1091.3 599.75,1078.5 625.08,1070.5 649.72,1055.1 670.02,1039.7", "pos": "433.48,1035.2 453.78,1050.6 478.42,1066 503.75,1074 544.45,1086.8 559.05,1086.8 599.75,1074 625.08,1066 649.72,1050.6 670.02,1035.2",
"style": "dashed", "style": "dashed",
"tail": 125, "tail": 125,
"width": "3" "width": "3"
...@@ -634,7 +634,7 @@ ...@@ -634,7 +634,7 @@
"head": 124, "head": 124,
"lbl": "0.43354350434265104", "lbl": "0.43354350434265104",
"penwidth": "4", "penwidth": "4",
"pos": "433.3,994.75 456.28,994.75 479.26,994.75 502.24,994.75", "pos": "433.3,990.25 456.28,990.25 479.26,990.25 502.24,990.25",
"style": "dashed", "style": "dashed",
"tail": 125, "tail": 125,
"width": "3" "width": "3"
...@@ -647,7 +647,7 @@ ...@@ -647,7 +647,7 @@
"head": 128, "head": 128,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,383.75,876.91 383.75,945.44 383.75,929.01 383.75,910.38 383.75,892.89", "pos": "e,383.75,872.41 383.75,940.94 383.75,924.51 383.75,905.88 383.75,888.39",
"tail": 125, "tail": 125,
"width": "3" "width": "3"
}, },
...@@ -656,7 +656,7 @@ ...@@ -656,7 +656,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 129, "head": 129,
"pos": "e,1295.8,693.38 1295.8,793.55 1295.8,768.16 1295.8,732.71 1295.8,704.82", "pos": "e,1280.8,687.65 1280.8,790.23 1280.8,764.35 1280.8,727.44 1280.8,698.91",
"tail": 126, "tail": 126,
"width": "5" "width": "5"
}, },
...@@ -668,7 +668,7 @@ ...@@ -668,7 +668,7 @@
"head": 128, "head": 128,
"lbl": "0.3581044635020828", "lbl": "0.3581044635020828",
"penwidth": "4", "penwidth": "4",
"pos": "265.3,827.25 288.28,827.25 311.26,827.25 334.24,827.25", "pos": "265.3,822.75 288.28,822.75 311.26,822.75 334.24,822.75",
"style": "dashed", "style": "dashed",
"tail": 127, "tail": 127,
"width": "3" "width": "3"
...@@ -681,7 +681,7 @@ ...@@ -681,7 +681,7 @@
"head": 132, "head": 132,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,215.75,709.41 215.75,777.94 215.75,761.51 215.75,742.88 215.75,725.39", "pos": "e,215.75,704.91 215.75,773.44 215.75,757.01 215.75,738.38 215.75,720.89",
"tail": 127, "tail": 127,
"width": "3" "width": "3"
}, },
...@@ -690,7 +690,7 @@ ...@@ -690,7 +690,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 133, "head": 133,
"pos": "e,1295.8,525.88 1295.8,626.05 1295.8,600.66 1295.8,565.21 1295.8,537.32", "pos": "e,1280.8,520.15 1280.8,622.73 1280.8,596.85 1280.8,559.94 1280.8,531.41",
"tail": 129, "tail": 129,
"width": "5" "width": "5"
}, },
...@@ -702,7 +702,7 @@ ...@@ -702,7 +702,7 @@
"head": 130, "head": 130,
"lbl": "0.5", "lbl": "0.5",
"penwidth": "4", "penwidth": "4",
"pos": "97.478,704.66 117.78,720.12 142.42,735.54 167.75,743.5 208.45,756.3 223.05,756.3 263.75,743.5 289.08,735.54 313.72,720.12 334.02,704.66", "pos": "97.478,700.16 117.78,715.62 142.42,731.04 167.75,739 208.45,751.8 223.05,751.8 263.75,739 289.08,731.04 313.72,715.62 334.02,700.16",
"style": "dashed", "style": "dashed",
"tail": 131, "tail": 131,
"width": "3" "width": "3"
...@@ -715,7 +715,7 @@ ...@@ -715,7 +715,7 @@
"head": 132, "head": 132,
"lbl": "0.5", "lbl": "0.5",
"penwidth": "4", "penwidth": "4",
"pos": "97.297,659.75 120.28,659.75 143.26,659.75 166.24,659.75", "pos": "97.297,655.25 120.28,655.25 143.26,655.25 166.24,655.25",
"style": "dashed", "style": "dashed",
"tail": 131, "tail": 131,
"width": "3" "width": "3"
...@@ -728,7 +728,7 @@ ...@@ -728,7 +728,7 @@
"head": 134, "head": 134,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,47.75,541.91 47.75,610.44 47.75,594.01 47.75,575.38 47.75,557.89", "pos": "e,47.75,537.41 47.75,605.94 47.75,589.51 47.75,570.88 47.75,553.39",
"tail": 131, "tail": 131,
"width": "3" "width": "3"
}, },
...@@ -737,7 +737,7 @@ ...@@ -737,7 +737,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 135, "head": 135,
"pos": "e,1295.8,358.38 1295.8,458.55 1295.8,433.16 1295.8,397.71 1295.8,369.82", "pos": "e,1280.8,352.65 1280.8,455.23 1280.8,429.35 1280.8,392.44 1280.8,363.91",
"tail": 133, "tail": 133,
"width": "5" "width": "5"
}, },
...@@ -749,7 +749,7 @@ ...@@ -749,7 +749,7 @@
"head": 136, "head": 136,
"lbl": "1.0", "lbl": "1.0",
"penwidth": "4", "penwidth": "4",
"pos": "e,47.75,374.41 47.75,442.94 47.75,426.51 47.75,407.88 47.75,390.39", "pos": "e,47.75,369.91 47.75,438.44 47.75,422.01 47.75,403.38 47.75,385.89",
"tail": 134, "tail": 134,
"width": "3" "width": "3"
}, },
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 137, "head": 137,
"pos": "e,1295.8,205.35 1295.8,291.36 1295.8,269.54 1295.8,240.49 1295.8,216.61", "pos": "e,1280.8,200.75 1280.8,287.83 1280.8,265.85 1280.8,236.22 1280.8,212.1",
"tail": 135, "tail": 135,
"width": "5" "width": "5"
}, },
...@@ -767,7 +767,7 @@ ...@@ -767,7 +767,7 @@
"color": "black", "color": "black",
"edgeType": null, "edgeType": null,
"head": 138, "head": 138,
"pos": "e,1295.8,66.678 1295.8,138.05 1295.8,120.07 1295.8,97.525 1295.8,78.041", "pos": "e,1280.8,64.403 1280.8,135.9 1280.8,117.97 1280.8,95.268 1280.8,75.761",
"tail": 137, "tail": 137,
"width": "5" "width": "5"
} }
...@@ -775,22 +775,22 @@ ...@@ -775,22 +775,22 @@
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Cesar et Cleopatre", "name": "Cesar et Cleopatre",
"nodesep": "1", "nodesep": "1",
"objects": [ "objects": [
{ {
"_gvid": 0, "_gvid": 0,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Branches peaks", "name": "Branches peaks",
"nodes": [ "nodes": [
61 61
...@@ -813,14 +813,14 @@ ...@@ -813,14 +813,14 @@
}, },
{ {
"_gvid": 1, "_gvid": 1,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period13", "name": "Period13",
"nodes": [ "nodes": [
62 62
...@@ -843,14 +843,14 @@ ...@@ -843,14 +843,14 @@
}, },
{ {
"_gvid": 2, "_gvid": 2,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period24", "name": "Period24",
"nodes": [ "nodes": [
63 63
...@@ -873,14 +873,14 @@ ...@@ -873,14 +873,14 @@
}, },
{ {
"_gvid": 3, "_gvid": 3,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period35", "name": "Period35",
"nodes": [ "nodes": [
64 64
...@@ -903,14 +903,14 @@ ...@@ -903,14 +903,14 @@
}, },
{ {
"_gvid": 4, "_gvid": 4,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period46", "name": "Period46",
"nodes": [ "nodes": [
65 65
...@@ -933,14 +933,14 @@ ...@@ -933,14 +933,14 @@
}, },
{ {
"_gvid": 5, "_gvid": 5,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period57", "name": "Period57",
"nodes": [ "nodes": [
66 66
...@@ -963,14 +963,14 @@ ...@@ -963,14 +963,14 @@
}, },
{ {
"_gvid": 6, "_gvid": 6,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period68", "name": "Period68",
"nodes": [ "nodes": [
67 67
...@@ -993,14 +993,14 @@ ...@@ -993,14 +993,14 @@
}, },
{ {
"_gvid": 7, "_gvid": 7,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period79", "name": "Period79",
"nodes": [ "nodes": [
68 68
...@@ -1023,14 +1023,14 @@ ...@@ -1023,14 +1023,14 @@
}, },
{ {
"_gvid": 8, "_gvid": 8,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period810", "name": "Period810",
"nodes": [ "nodes": [
69 69
...@@ -1053,14 +1053,14 @@ ...@@ -1053,14 +1053,14 @@
}, },
{ {
"_gvid": 9, "_gvid": 9,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period911", "name": "Period911",
"nodes": [ "nodes": [
70 70
...@@ -1083,14 +1083,14 @@ ...@@ -1083,14 +1083,14 @@
}, },
{ {
"_gvid": 10, "_gvid": 10,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1012", "name": "Period1012",
"nodes": [ "nodes": [
71 71
...@@ -1113,14 +1113,14 @@ ...@@ -1113,14 +1113,14 @@
}, },
{ {
"_gvid": 11, "_gvid": 11,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1113", "name": "Period1113",
"nodes": [ "nodes": [
72 72
...@@ -1143,14 +1143,14 @@ ...@@ -1143,14 +1143,14 @@
}, },
{ {
"_gvid": 12, "_gvid": 12,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1214", "name": "Period1214",
"nodes": [ "nodes": [
73 73
...@@ -1173,14 +1173,14 @@ ...@@ -1173,14 +1173,14 @@
}, },
{ {
"_gvid": 13, "_gvid": 13,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1315", "name": "Period1315",
"nodes": [ "nodes": [
74 74
...@@ -1203,14 +1203,14 @@ ...@@ -1203,14 +1203,14 @@
}, },
{ {
"_gvid": 14, "_gvid": 14,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1416", "name": "Period1416",
"nodes": [ "nodes": [
75 75
...@@ -1233,14 +1233,14 @@ ...@@ -1233,14 +1233,14 @@
}, },
{ {
"_gvid": 15, "_gvid": 15,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1517", "name": "Period1517",
"nodes": [ "nodes": [
76 76
...@@ -1263,14 +1263,14 @@ ...@@ -1263,14 +1263,14 @@
}, },
{ {
"_gvid": 16, "_gvid": 16,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1618", "name": "Period1618",
"nodes": [ "nodes": [
77 77
...@@ -1293,14 +1293,14 @@ ...@@ -1293,14 +1293,14 @@
}, },
{ {
"_gvid": 17, "_gvid": 17,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1719", "name": "Period1719",
"nodes": [ "nodes": [
78 78
...@@ -1323,14 +1323,14 @@ ...@@ -1323,14 +1323,14 @@
}, },
{ {
"_gvid": 18, "_gvid": 18,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1820", "name": "Period1820",
"nodes": [ "nodes": [
79 79
...@@ -1353,14 +1353,14 @@ ...@@ -1353,14 +1353,14 @@
}, },
{ {
"_gvid": 19, "_gvid": 19,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period1921", "name": "Period1921",
"nodes": [ "nodes": [
80 80
...@@ -1383,14 +1383,14 @@ ...@@ -1383,14 +1383,14 @@
}, },
{ {
"_gvid": 20, "_gvid": 20,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2022", "name": "Period2022",
"nodes": [ "nodes": [
81 81
...@@ -1413,14 +1413,14 @@ ...@@ -1413,14 +1413,14 @@
}, },
{ {
"_gvid": 21, "_gvid": 21,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2123", "name": "Period2123",
"nodes": [ "nodes": [
82 82
...@@ -1443,14 +1443,14 @@ ...@@ -1443,14 +1443,14 @@
}, },
{ {
"_gvid": 22, "_gvid": 22,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2224", "name": "Period2224",
"nodes": [ "nodes": [
83 83
...@@ -1473,14 +1473,14 @@ ...@@ -1473,14 +1473,14 @@
}, },
{ {
"_gvid": 23, "_gvid": 23,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2325", "name": "Period2325",
"nodes": [ "nodes": [
84 84
...@@ -1503,14 +1503,14 @@ ...@@ -1503,14 +1503,14 @@
}, },
{ {
"_gvid": 24, "_gvid": 24,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2426", "name": "Period2426",
"nodes": [ "nodes": [
85 85
...@@ -1533,14 +1533,14 @@ ...@@ -1533,14 +1533,14 @@
}, },
{ {
"_gvid": 25, "_gvid": 25,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2527", "name": "Period2527",
"nodes": [ "nodes": [
86 86
...@@ -1563,14 +1563,14 @@ ...@@ -1563,14 +1563,14 @@
}, },
{ {
"_gvid": 26, "_gvid": 26,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2628", "name": "Period2628",
"nodes": [ "nodes": [
87 87
...@@ -1593,14 +1593,14 @@ ...@@ -1593,14 +1593,14 @@
}, },
{ {
"_gvid": 27, "_gvid": 27,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2729", "name": "Period2729",
"nodes": [ "nodes": [
88 88
...@@ -1623,14 +1623,14 @@ ...@@ -1623,14 +1623,14 @@
}, },
{ {
"_gvid": 28, "_gvid": 28,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2830", "name": "Period2830",
"nodes": [ "nodes": [
89 89
...@@ -1653,14 +1653,14 @@ ...@@ -1653,14 +1653,14 @@
}, },
{ {
"_gvid": 29, "_gvid": 29,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period2931", "name": "Period2931",
"nodes": [ "nodes": [
90 90
...@@ -1683,14 +1683,14 @@ ...@@ -1683,14 +1683,14 @@
}, },
{ {
"_gvid": 30, "_gvid": 30,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3032", "name": "Period3032",
"nodes": [ "nodes": [
91 91
...@@ -1713,14 +1713,14 @@ ...@@ -1713,14 +1713,14 @@
}, },
{ {
"_gvid": 31, "_gvid": 31,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3133", "name": "Period3133",
"nodes": [ "nodes": [
92 92
...@@ -1743,14 +1743,14 @@ ...@@ -1743,14 +1743,14 @@
}, },
{ {
"_gvid": 32, "_gvid": 32,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3234", "name": "Period3234",
"nodes": [ "nodes": [
93 93
...@@ -1773,14 +1773,14 @@ ...@@ -1773,14 +1773,14 @@
}, },
{ {
"_gvid": 33, "_gvid": 33,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3335", "name": "Period3335",
"nodes": [ "nodes": [
94 94
...@@ -1803,14 +1803,14 @@ ...@@ -1803,14 +1803,14 @@
}, },
{ {
"_gvid": 34, "_gvid": 34,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3436", "name": "Period3436",
"nodes": [ "nodes": [
95 95
...@@ -1833,14 +1833,14 @@ ...@@ -1833,14 +1833,14 @@
}, },
{ {
"_gvid": 35, "_gvid": 35,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3537", "name": "Period3537",
"nodes": [ "nodes": [
96 96
...@@ -1863,14 +1863,14 @@ ...@@ -1863,14 +1863,14 @@
}, },
{ {
"_gvid": 36, "_gvid": 36,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3638", "name": "Period3638",
"nodes": [ "nodes": [
97 97
...@@ -1893,14 +1893,14 @@ ...@@ -1893,14 +1893,14 @@
}, },
{ {
"_gvid": 37, "_gvid": 37,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3739", "name": "Period3739",
"nodes": [ "nodes": [
98 98
...@@ -1923,14 +1923,14 @@ ...@@ -1923,14 +1923,14 @@
}, },
{ {
"_gvid": 38, "_gvid": 38,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3840", "name": "Period3840",
"nodes": [ "nodes": [
99 99
...@@ -1953,14 +1953,14 @@ ...@@ -1953,14 +1953,14 @@
}, },
{ {
"_gvid": 39, "_gvid": 39,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period3941", "name": "Period3941",
"nodes": [ "nodes": [
100 100
...@@ -1983,14 +1983,14 @@ ...@@ -1983,14 +1983,14 @@
}, },
{ {
"_gvid": 40, "_gvid": 40,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4042", "name": "Period4042",
"nodes": [ "nodes": [
101 101
...@@ -2013,14 +2013,14 @@ ...@@ -2013,14 +2013,14 @@
}, },
{ {
"_gvid": 41, "_gvid": 41,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4143", "name": "Period4143",
"nodes": [ "nodes": [
102 102
...@@ -2043,14 +2043,14 @@ ...@@ -2043,14 +2043,14 @@
}, },
{ {
"_gvid": 42, "_gvid": 42,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4244", "name": "Period4244",
"nodes": [ "nodes": [
103 103
...@@ -2073,14 +2073,14 @@ ...@@ -2073,14 +2073,14 @@
}, },
{ {
"_gvid": 43, "_gvid": 43,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4345", "name": "Period4345",
"nodes": [ "nodes": [
104 104
...@@ -2103,14 +2103,14 @@ ...@@ -2103,14 +2103,14 @@
}, },
{ {
"_gvid": 44, "_gvid": 44,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4446", "name": "Period4446",
"nodes": [ "nodes": [
105 105
...@@ -2133,14 +2133,14 @@ ...@@ -2133,14 +2133,14 @@
}, },
{ {
"_gvid": 45, "_gvid": 45,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4547", "name": "Period4547",
"nodes": [ "nodes": [
106 106
...@@ -2163,14 +2163,14 @@ ...@@ -2163,14 +2163,14 @@
}, },
{ {
"_gvid": 46, "_gvid": 46,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4648", "name": "Period4648",
"nodes": [ "nodes": [
107 107
...@@ -2193,14 +2193,14 @@ ...@@ -2193,14 +2193,14 @@
}, },
{ {
"_gvid": 47, "_gvid": 47,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4749", "name": "Period4749",
"nodes": [ "nodes": [
108 108
...@@ -2223,14 +2223,14 @@ ...@@ -2223,14 +2223,14 @@
}, },
{ {
"_gvid": 48, "_gvid": 48,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4850", "name": "Period4850",
"nodes": [ "nodes": [
109 109
...@@ -2253,14 +2253,14 @@ ...@@ -2253,14 +2253,14 @@
}, },
{ {
"_gvid": 49, "_gvid": 49,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period4951", "name": "Period4951",
"nodes": [ "nodes": [
110 110
...@@ -2283,14 +2283,14 @@ ...@@ -2283,14 +2283,14 @@
}, },
{ {
"_gvid": 50, "_gvid": 50,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5052", "name": "Period5052",
"nodes": [ "nodes": [
111 111
...@@ -2313,14 +2313,14 @@ ...@@ -2313,14 +2313,14 @@
}, },
{ {
"_gvid": 51, "_gvid": 51,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5153", "name": "Period5153",
"nodes": [ "nodes": [
112 112
...@@ -2343,14 +2343,14 @@ ...@@ -2343,14 +2343,14 @@
}, },
{ {
"_gvid": 52, "_gvid": 52,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5254", "name": "Period5254",
"nodes": [ "nodes": [
113, 113,
...@@ -2375,14 +2375,14 @@ ...@@ -2375,14 +2375,14 @@
}, },
{ {
"_gvid": 53, "_gvid": 53,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5355", "name": "Period5355",
"nodes": [ "nodes": [
116, 116,
...@@ -2409,14 +2409,14 @@ ...@@ -2409,14 +2409,14 @@
}, },
{ {
"_gvid": 54, "_gvid": 54,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5456", "name": "Period5456",
"nodes": [ "nodes": [
121, 121,
...@@ -2443,14 +2443,14 @@ ...@@ -2443,14 +2443,14 @@
}, },
{ {
"_gvid": 55, "_gvid": 55,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5557", "name": "Period5557",
"nodes": [ "nodes": [
126, 126,
...@@ -2475,14 +2475,14 @@ ...@@ -2475,14 +2475,14 @@
}, },
{ {
"_gvid": 56, "_gvid": 56,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5658", "name": "Period5658",
"nodes": [ "nodes": [
129, 129,
...@@ -2508,14 +2508,14 @@ ...@@ -2508,14 +2508,14 @@
}, },
{ {
"_gvid": 57, "_gvid": 57,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5759", "name": "Period5759",
"nodes": [ "nodes": [
133, 133,
...@@ -2539,14 +2539,14 @@ ...@@ -2539,14 +2539,14 @@
}, },
{ {
"_gvid": 58, "_gvid": 58,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5860", "name": "Period5860",
"nodes": [ "nodes": [
135, 135,
...@@ -2570,14 +2570,14 @@ ...@@ -2570,14 +2570,14 @@
}, },
{ {
"_gvid": 59, "_gvid": 59,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period5961", "name": "Period5961",
"nodes": [ "nodes": [
137 137
...@@ -2600,14 +2600,14 @@ ...@@ -2600,14 +2600,14 @@
}, },
{ {
"_gvid": 60, "_gvid": 60,
"bb": "0,0,1374.6,8494.5", "bb": "0,0,1344.6,8375.3",
"color": "white", "color": "white",
"fontsize": "30", "fontsize": "30",
"label": "Cesar et Cleopatre", "label": "Cesar et Cleopatre",
"labelloc": "t", "labelloc": "t",
"lheight": "0.50", "lheight": "0.47",
"lp": "687.31,8472.5", "lp": "672.31,8354.4",
"lwidth": "4.02", "lwidth": "3.09",
"name": "Period6062", "name": "Period6062",
"nodes": [ "nodes": [
138 138
...@@ -2643,7 +2643,7 @@ ...@@ -2643,7 +2643,7 @@
"label": "\"rome | ptolemee-xiii\"", "label": "\"rome | ptolemee-xiii\"",
"name": "branch[0,7,1]", "name": "branch[0,7,1]",
"nodeType": "branch", "nodeType": "branch",
"pos": "783.75,1487.5", "pos": "783.75,1483",
"shape": "egg", "shape": "egg",
"size": "7.0", "size": "7.0",
"style": "bold", "style": "bold",
...@@ -2653,781 +2653,781 @@ ...@@ -2653,781 +2653,781 @@
"_gvid": 62, "_gvid": 62,
"fontsize": "50", "fontsize": "50",
"from": "1", "from": "1",
"height": "0.92361", "height": "0.89236",
"label": "1 3", "label": "1 3",
"name": "period13", "name": "period13",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,8417.3", "pos": "1280.8,8301.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "3", "to": "3",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 63, "_gvid": 63,
"fontsize": "50", "fontsize": "50",
"from": "2", "from": "2",
"height": "0.92361", "height": "0.89236",
"label": "2 4", "label": "2 4",
"name": "period24", "name": "period24",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,8278.8", "pos": "1280.8,8165.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "4", "to": "4",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 64, "_gvid": 64,
"fontsize": "50", "fontsize": "50",
"from": "3", "from": "3",
"height": "0.92361", "height": "0.89236",
"label": "3 5", "label": "3 5",
"name": "period35", "name": "period35",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,8140.3", "pos": "1280.8,8028.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "5", "to": "5",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 65, "_gvid": 65,
"fontsize": "50", "fontsize": "50",
"from": "4", "from": "4",
"height": "0.92361", "height": "0.89236",
"label": "4 6", "label": "4 6",
"name": "period46", "name": "period46",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,8001.8", "pos": "1280.8,7892.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "6", "to": "6",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 66, "_gvid": 66,
"fontsize": "50", "fontsize": "50",
"from": "5", "from": "5",
"height": "0.92361", "height": "0.89236",
"label": "5 7", "label": "5 7",
"name": "period57", "name": "period57",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7863.3", "pos": "1280.8,7756.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "7", "to": "7",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 67, "_gvid": 67,
"fontsize": "50", "fontsize": "50",
"from": "6", "from": "6",
"height": "0.92361", "height": "0.89236",
"label": "6 8", "label": "6 8",
"name": "period68", "name": "period68",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7724.8", "pos": "1280.8,7620.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "8", "to": "8",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 68, "_gvid": 68,
"fontsize": "50", "fontsize": "50",
"from": "7", "from": "7",
"height": "0.92361", "height": "0.89236",
"label": "7 9", "label": "7 9",
"name": "period79", "name": "period79",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7586.3", "pos": "1280.8,7483.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "9", "to": "9",
"width": "1.316" "width": "1.0868"
}, },
{ {
"_gvid": 69, "_gvid": 69,
"fontsize": "50", "fontsize": "50",
"from": "8", "from": "8",
"height": "0.92361", "height": "0.89236",
"label": "8 10", "label": "8 10",
"name": "period810", "name": "period810",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7447.8", "pos": "1280.8,7347.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "10", "to": "10",
"width": "1.7535" "width": "1.4306"
}, },
{ {
"_gvid": 70, "_gvid": 70,
"fontsize": "50", "fontsize": "50",
"from": "9", "from": "9",
"height": "0.92361", "height": "0.89236",
"label": "9 11", "label": "9 11",
"name": "period911", "name": "period911",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7309.3", "pos": "1280.8,7211.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "11", "to": "11",
"width": "1.7535" "width": "1.4097"
}, },
{ {
"_gvid": 71, "_gvid": 71,
"fontsize": "50", "fontsize": "50",
"from": "10", "from": "10",
"height": "0.92361", "height": "0.89236",
"label": "10 12", "label": "10 12",
"name": "period1012", "name": "period1012",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7170.8", "pos": "1280.8,7075.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "12", "to": "12",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 72, "_gvid": 72,
"fontsize": "50", "fontsize": "50",
"from": "11", "from": "11",
"height": "0.92361", "height": "0.89236",
"label": "11 13", "label": "11 13",
"name": "period1113", "name": "period1113",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,7032.3", "pos": "1280.8,6938.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "13", "to": "13",
"width": "2.191" "width": "1.7535"
}, },
{ {
"_gvid": 73, "_gvid": 73,
"fontsize": "50", "fontsize": "50",
"from": "12", "from": "12",
"height": "0.92361", "height": "0.89236",
"label": "12 14", "label": "12 14",
"name": "period1214", "name": "period1214",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6893.8", "pos": "1280.8,6802.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "14", "to": "14",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 74, "_gvid": 74,
"fontsize": "50", "fontsize": "50",
"from": "13", "from": "13",
"height": "0.92361", "height": "0.89236",
"label": "13 15", "label": "13 15",
"name": "period1315", "name": "period1315",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6755.3", "pos": "1280.8,6666.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "15", "to": "15",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 75, "_gvid": 75,
"fontsize": "50", "fontsize": "50",
"from": "14", "from": "14",
"height": "0.92361", "height": "0.89236",
"label": "14 16", "label": "14 16",
"name": "period1416", "name": "period1416",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6616.8", "pos": "1280.8,6530.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "16", "to": "16",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 76, "_gvid": 76,
"fontsize": "50", "fontsize": "50",
"from": "15", "from": "15",
"height": "0.92361", "height": "0.89236",
"label": "15 17", "label": "15 17",
"name": "period1517", "name": "period1517",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6478.3", "pos": "1280.8,6393.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "17", "to": "17",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 77, "_gvid": 77,
"fontsize": "50", "fontsize": "50",
"from": "16", "from": "16",
"height": "0.92361", "height": "0.89236",
"label": "16 18", "label": "16 18",
"name": "period1618", "name": "period1618",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6339.8", "pos": "1280.8,6257.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "18", "to": "18",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 78, "_gvid": 78,
"fontsize": "50", "fontsize": "50",
"from": "17", "from": "17",
"height": "0.92361", "height": "0.89236",
"label": "17 19", "label": "17 19",
"name": "period1719", "name": "period1719",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6201.3", "pos": "1280.8,6121.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "19", "to": "19",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 79, "_gvid": 79,
"fontsize": "50", "fontsize": "50",
"from": "18", "from": "18",
"height": "0.92361", "height": "0.89236",
"label": "18 20", "label": "18 20",
"name": "period1820", "name": "period1820",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,6062.8", "pos": "1280.8,5985.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "20", "to": "20",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 80, "_gvid": 80,
"fontsize": "50", "fontsize": "50",
"from": "19", "from": "19",
"height": "0.92361", "height": "0.89236",
"label": "19 21", "label": "19 21",
"name": "period1921", "name": "period1921",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5924.3", "pos": "1280.8,5848.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "21", "to": "21",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 81, "_gvid": 81,
"fontsize": "50", "fontsize": "50",
"from": "20", "from": "20",
"height": "0.92361", "height": "0.89236",
"label": "20 22", "label": "20 22",
"name": "period2022", "name": "period2022",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5785.8", "pos": "1280.8,5712.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "22", "to": "22",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 82, "_gvid": 82,
"fontsize": "50", "fontsize": "50",
"from": "21", "from": "21",
"height": "0.92361", "height": "0.89236",
"label": "21 23", "label": "21 23",
"name": "period2123", "name": "period2123",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5647.3", "pos": "1280.8,5576.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "23", "to": "23",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 83, "_gvid": 83,
"fontsize": "50", "fontsize": "50",
"from": "22", "from": "22",
"height": "0.92361", "height": "0.89236",
"label": "22 24", "label": "22 24",
"name": "period2224", "name": "period2224",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5508.8", "pos": "1280.8,5440.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "24", "to": "24",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 84, "_gvid": 84,
"fontsize": "50", "fontsize": "50",
"from": "23", "from": "23",
"height": "0.92361", "height": "0.89236",
"label": "23 25", "label": "23 25",
"name": "period2325", "name": "period2325",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5370.3", "pos": "1280.8,5303.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "25", "to": "25",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 85, "_gvid": 85,
"fontsize": "50", "fontsize": "50",
"from": "24", "from": "24",
"height": "0.92361", "height": "0.89236",
"label": "24 26", "label": "24 26",
"name": "period2426", "name": "period2426",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5231.8", "pos": "1280.8,5167.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "26", "to": "26",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 86, "_gvid": 86,
"fontsize": "50", "fontsize": "50",
"from": "25", "from": "25",
"height": "0.92361", "height": "0.89236",
"label": "25 27", "label": "25 27",
"name": "period2527", "name": "period2527",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,5093.3", "pos": "1280.8,5031.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "27", "to": "27",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 87, "_gvid": 87,
"fontsize": "50", "fontsize": "50",
"from": "26", "from": "26",
"height": "0.92361", "height": "0.89236",
"label": "26 28", "label": "26 28",
"name": "period2628", "name": "period2628",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4954.8", "pos": "1280.8,4895.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "28", "to": "28",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 88, "_gvid": 88,
"fontsize": "50", "fontsize": "50",
"from": "27", "from": "27",
"height": "0.92361", "height": "0.89236",
"label": "27 29", "label": "27 29",
"name": "period2729", "name": "period2729",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4816.3", "pos": "1280.8,4758.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "29", "to": "29",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 89, "_gvid": 89,
"fontsize": "50", "fontsize": "50",
"from": "28", "from": "28",
"height": "0.92361", "height": "0.89236",
"label": "28 30", "label": "28 30",
"name": "period2830", "name": "period2830",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4677.8", "pos": "1280.8,4622.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "30", "to": "30",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 90, "_gvid": 90,
"fontsize": "50", "fontsize": "50",
"from": "29", "from": "29",
"height": "0.92361", "height": "0.89236",
"label": "29 31", "label": "29 31",
"name": "period2931", "name": "period2931",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4539.3", "pos": "1280.8,4486.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "31", "to": "31",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 91, "_gvid": 91,
"fontsize": "50", "fontsize": "50",
"from": "30", "from": "30",
"height": "0.92361", "height": "0.89236",
"label": "30 32", "label": "30 32",
"name": "period3032", "name": "period3032",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4400.8", "pos": "1280.8,4350.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "32", "to": "32",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 92, "_gvid": 92,
"fontsize": "50", "fontsize": "50",
"from": "31", "from": "31",
"height": "0.92361", "height": "0.89236",
"label": "31 33", "label": "31 33",
"name": "period3133", "name": "period3133",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4262.3", "pos": "1280.8,4213.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "33", "to": "33",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 93, "_gvid": 93,
"fontsize": "50", "fontsize": "50",
"from": "32", "from": "32",
"height": "0.92361", "height": "0.89236",
"label": "32 34", "label": "32 34",
"name": "period3234", "name": "period3234",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,4123.8", "pos": "1280.8,4077.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "34", "to": "34",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 94, "_gvid": 94,
"fontsize": "50", "fontsize": "50",
"from": "33", "from": "33",
"height": "0.92361", "height": "0.89236",
"label": "33 35", "label": "33 35",
"name": "period3335", "name": "period3335",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3985.3", "pos": "1280.8,3941.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "35", "to": "35",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 95, "_gvid": 95,
"fontsize": "50", "fontsize": "50",
"from": "34", "from": "34",
"height": "0.92361", "height": "0.89236",
"label": "34 36", "label": "34 36",
"name": "period3436", "name": "period3436",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3846.8", "pos": "1280.8,3805.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "36", "to": "36",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 96, "_gvid": 96,
"fontsize": "50", "fontsize": "50",
"from": "35", "from": "35",
"height": "0.92361", "height": "0.89236",
"label": "35 37", "label": "35 37",
"name": "period3537", "name": "period3537",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3708.3", "pos": "1280.8,3668.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "37", "to": "37",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 97, "_gvid": 97,
"fontsize": "50", "fontsize": "50",
"from": "36", "from": "36",
"height": "0.92361", "height": "0.89236",
"label": "36 38", "label": "36 38",
"name": "period3638", "name": "period3638",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3569.8", "pos": "1280.8,3532.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "38", "to": "38",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 98, "_gvid": 98,
"fontsize": "50", "fontsize": "50",
"from": "37", "from": "37",
"height": "0.92361", "height": "0.89236",
"label": "37 39", "label": "37 39",
"name": "period3739", "name": "period3739",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3431.3", "pos": "1280.8,3396.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "39", "to": "39",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 99, "_gvid": 99,
"fontsize": "50", "fontsize": "50",
"from": "38", "from": "38",
"height": "0.92361", "height": "0.89236",
"label": "38 40", "label": "38 40",
"name": "period3840", "name": "period3840",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3292.8", "pos": "1280.8,3260.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "40", "to": "40",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 100, "_gvid": 100,
"fontsize": "50", "fontsize": "50",
"from": "39", "from": "39",
"height": "0.92361", "height": "0.89236",
"label": "39 41", "label": "39 41",
"name": "period3941", "name": "period3941",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3154.3", "pos": "1280.8,3123.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "41", "to": "41",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 101, "_gvid": 101,
"fontsize": "50", "fontsize": "50",
"from": "40", "from": "40",
"height": "0.92361", "height": "0.89236",
"label": "40 42", "label": "40 42",
"name": "period4042", "name": "period4042",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,3015.8", "pos": "1280.8,2987.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "42", "to": "42",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 102, "_gvid": 102,
"fontsize": "50", "fontsize": "50",
"from": "41", "from": "41",
"height": "0.92361", "height": "0.89236",
"label": "41 43", "label": "41 43",
"name": "period4143", "name": "period4143",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2877.3", "pos": "1280.8,2851.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "43", "to": "43",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 103, "_gvid": 103,
"fontsize": "50", "fontsize": "50",
"from": "42", "from": "42",
"height": "0.92361", "height": "0.89236",
"label": "42 44", "label": "42 44",
"name": "period4244", "name": "period4244",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2738.8", "pos": "1280.8,2715.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "44", "to": "44",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 104, "_gvid": 104,
"fontsize": "50", "fontsize": "50",
"from": "43", "from": "43",
"height": "0.92361", "height": "0.89236",
"label": "43 45", "label": "43 45",
"name": "period4345", "name": "period4345",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2600.3", "pos": "1280.8,2578.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "45", "to": "45",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 105, "_gvid": 105,
"fontsize": "50", "fontsize": "50",
"from": "44", "from": "44",
"height": "0.92361", "height": "0.89236",
"label": "44 46", "label": "44 46",
"name": "period4446", "name": "period4446",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2461.8", "pos": "1280.8,2442.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "46", "to": "46",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 106, "_gvid": 106,
"fontsize": "50", "fontsize": "50",
"from": "45", "from": "45",
"height": "0.92361", "height": "0.89236",
"label": "45 47", "label": "45 47",
"name": "period4547", "name": "period4547",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2323.3", "pos": "1280.8,2306.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "47", "to": "47",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 107, "_gvid": 107,
"fontsize": "50", "fontsize": "50",
"from": "46", "from": "46",
"height": "0.92361", "height": "0.89236",
"label": "46 48", "label": "46 48",
"name": "period4648", "name": "period4648",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2184.8", "pos": "1280.8,2170.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "48", "to": "48",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 108, "_gvid": 108,
"fontsize": "50", "fontsize": "50",
"from": "47", "from": "47",
"height": "0.92361", "height": "0.89236",
"label": "47 49", "label": "47 49",
"name": "period4749", "name": "period4749",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,2046.3", "pos": "1280.8,2033.9",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "49", "to": "49",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 109, "_gvid": 109,
"fontsize": "50", "fontsize": "50",
"from": "48", "from": "48",
"height": "0.92361", "height": "0.89236",
"label": "48 50", "label": "48 50",
"name": "period4850", "name": "period4850",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1907.8", "pos": "1280.8,1897.7",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "50", "to": "50",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 110, "_gvid": 110,
"fontsize": "50", "fontsize": "50",
"from": "49", "from": "49",
"height": "0.92361", "height": "0.89236",
"label": "49 51", "label": "49 51",
"name": "period4951", "name": "period4951",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1769.3", "pos": "1280.8,1761.4",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "51", "to": "51",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 111, "_gvid": 111,
"fontsize": "50", "fontsize": "50",
"from": "50", "from": "50",
"height": "0.92361", "height": "0.89236",
"label": "50 52", "label": "50 52",
"name": "period5052", "name": "period5052",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1630.8", "pos": "1280.8,1625.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "52", "to": "52",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 112, "_gvid": 112,
"fontsize": "50", "fontsize": "50",
"from": "51", "from": "51",
"height": "0.92361", "height": "0.89236",
"label": "51 53", "label": "51 53",
"name": "period5153", "name": "period5153",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1487.5", "pos": "1280.8,1483",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "53", "to": "53",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 113, "_gvid": 113,
"fontsize": "50", "fontsize": "50",
"from": "52", "from": "52",
"height": "0.92361", "height": "0.89236",
"label": "52 54", "label": "52 54",
"name": "period5254", "name": "period5254",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1329.8", "pos": "1280.8,1325.2",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "54", "to": "54",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 114, "_gvid": 114,
...@@ -3443,7 +3443,7 @@ ...@@ -3443,7 +3443,7 @@
"name": "group525421", "name": "group525421",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "887.75,1329.8", "pos": "887.75,1325.2",
"role": "\"0.0 | 0.0\"", "role": "\"0.0 | 0.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3469,7 +3469,7 @@ ...@@ -3469,7 +3469,7 @@
"name": "group525422", "name": "group525422",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "719.75,1329.8", "pos": "719.75,1325.2",
"role": "\"0.0 | 0.0 | 0.0\"", "role": "\"0.0 | 0.0 | 0.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3485,16 +3485,16 @@ ...@@ -3485,16 +3485,16 @@
"_gvid": 116, "_gvid": 116,
"fontsize": "50", "fontsize": "50",
"from": "53", "from": "53",
"height": "0.92361", "height": "0.89236",
"label": "53 55", "label": "53 55",
"name": "period5355", "name": "period5355",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,1162.2", "pos": "1280.8,1157.8",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "55", "to": "55",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 117, "_gvid": 117,
...@@ -3510,7 +3510,7 @@ ...@@ -3510,7 +3510,7 @@
"name": "group535520", "name": "group535520",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "1055.8,1162.2", "pos": "1055.8,1157.8",
"role": "\"1.0 | 0.0\"", "role": "\"1.0 | 0.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3536,7 +3536,7 @@ ...@@ -3536,7 +3536,7 @@
"name": "group535521", "name": "group535521",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "887.75,1162.2", "pos": "887.75,1157.8",
"role": "\"3.0 | 3.0\"", "role": "\"3.0 | 3.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3562,7 +3562,7 @@ ...@@ -3562,7 +3562,7 @@
"name": "group535522", "name": "group535522",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "551.75,1162.2", "pos": "551.75,1157.8",
"role": "\"1.0 | 3.0 | 0.0\"", "role": "\"1.0 | 3.0 | 0.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3588,7 +3588,7 @@ ...@@ -3588,7 +3588,7 @@
"name": "group535523", "name": "group535523",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "719.75,1162.2", "pos": "719.75,1157.8",
"role": "\"3.0 | 3.0 | 3.0\"", "role": "\"3.0 | 3.0 | 3.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3604,16 +3604,16 @@ ...@@ -3604,16 +3604,16 @@
"_gvid": 121, "_gvid": 121,
"fontsize": "50", "fontsize": "50",
"from": "54", "from": "54",
"height": "0.92361", "height": "0.89236",
"label": "54 56", "label": "54 56",
"name": "period5456", "name": "period5456",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,994.75", "pos": "1280.8,990.25",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "56", "to": "56",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 122, "_gvid": 122,
...@@ -3629,7 +3629,7 @@ ...@@ -3629,7 +3629,7 @@
"name": "group545620", "name": "group545620",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "887.75,994.75", "pos": "887.75,990.25",
"role": "\"3.0 | 2.0\"", "role": "\"3.0 | 2.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3655,7 +3655,7 @@ ...@@ -3655,7 +3655,7 @@
"name": "group545621", "name": "group545621",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "719.75,994.75", "pos": "719.75,990.25",
"role": "\"3.0 | 3.0 | 2.0\"", "role": "\"3.0 | 3.0 | 2.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3681,7 +3681,7 @@ ...@@ -3681,7 +3681,7 @@
"name": "group545622", "name": "group545622",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "551.75,994.75", "pos": "551.75,990.25",
"role": "\"3.0 | 3.0 | 2.0\"", "role": "\"3.0 | 3.0 | 2.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3707,7 +3707,7 @@ ...@@ -3707,7 +3707,7 @@
"name": "group545623", "name": "group545623",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "383.75,994.75", "pos": "383.75,990.25",
"role": "\"3.0 | 3.0 | 0.0 | 3.0\"", "role": "\"3.0 | 3.0 | 0.0 | 3.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3723,16 +3723,16 @@ ...@@ -3723,16 +3723,16 @@
"_gvid": 126, "_gvid": 126,
"fontsize": "50", "fontsize": "50",
"from": "55", "from": "55",
"height": "0.92361", "height": "0.89236",
"label": "55 57", "label": "55 57",
"name": "period5557", "name": "period5557",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,827.25", "pos": "1280.8,822.75",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "57", "to": "57",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 127, "_gvid": 127,
...@@ -3748,7 +3748,7 @@ ...@@ -3748,7 +3748,7 @@
"name": "group555720", "name": "group555720",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "215.75,827.25", "pos": "215.75,822.75",
"role": "\"3.0 | 3.0 | 3.0\"", "role": "\"3.0 | 3.0 | 3.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3774,7 +3774,7 @@ ...@@ -3774,7 +3774,7 @@
"name": "group555721", "name": "group555721",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "383.75,827.25", "pos": "383.75,822.75",
"role": "\"3.0 | 3.0 | 2.0 | 3.0\"", "role": "\"3.0 | 3.0 | 2.0 | 3.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3790,16 +3790,16 @@ ...@@ -3790,16 +3790,16 @@
"_gvid": 129, "_gvid": 129,
"fontsize": "50", "fontsize": "50",
"from": "56", "from": "56",
"height": "0.92361", "height": "0.89236",
"label": "56 58", "label": "56 58",
"name": "period5658", "name": "period5658",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,659.75", "pos": "1280.8,655.25",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "58", "to": "58",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 130, "_gvid": 130,
...@@ -3815,7 +3815,7 @@ ...@@ -3815,7 +3815,7 @@
"name": "group565820", "name": "group565820",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "383.75,659.75", "pos": "383.75,655.25",
"role": "\"3.0 | 3.0 | 2.0\"", "role": "\"3.0 | 3.0 | 2.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3841,7 +3841,7 @@ ...@@ -3841,7 +3841,7 @@
"name": "group565821", "name": "group565821",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "47.75,659.75", "pos": "47.75,655.25",
"role": "\"3.0 | 3.0 | 0.0\"", "role": "\"3.0 | 3.0 | 0.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3867,7 +3867,7 @@ ...@@ -3867,7 +3867,7 @@
"name": "group565822", "name": "group565822",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "215.75,659.75", "pos": "215.75,655.25",
"role": "\"3.0 | 3.0 | 2.0\"", "role": "\"3.0 | 3.0 | 2.0\"",
"seaLvl": "[0.0]", "seaLvl": "[0.0]",
"shape": "square", "shape": "square",
...@@ -3883,16 +3883,16 @@ ...@@ -3883,16 +3883,16 @@
"_gvid": 133, "_gvid": 133,
"fontsize": "50", "fontsize": "50",
"from": "57", "from": "57",
"height": "0.92361", "height": "0.89236",
"label": "57 59", "label": "57 59",
"name": "period5759", "name": "period5759",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,492.25", "pos": "1280.8,487.75",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "59", "to": "59",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 134, "_gvid": 134,
...@@ -3908,7 +3908,7 @@ ...@@ -3908,7 +3908,7 @@
"name": "group575920", "name": "group575920",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "47.75,492.25", "pos": "47.75,487.75",
"role": "\"3.0 | 3.0 | 3.0\"", "role": "\"3.0 | 3.0 | 3.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3924,16 +3924,16 @@ ...@@ -3924,16 +3924,16 @@
"_gvid": 135, "_gvid": 135,
"fontsize": "50", "fontsize": "50",
"from": "58", "from": "58",
"height": "0.92361", "height": "0.89236",
"label": "58 60", "label": "58 60",
"name": "period5860", "name": "period5860",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,324.75", "pos": "1280.8,320.25",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "60", "to": "60",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 136, "_gvid": 136,
...@@ -3949,7 +3949,7 @@ ...@@ -3949,7 +3949,7 @@
"name": "group586021", "name": "group586021",
"nodeType": "group", "nodeType": "group",
"penwidth": "4", "penwidth": "4",
"pos": "47.75,324.75", "pos": "47.75,320.25",
"role": "\"2.0 | 3.0 | 2.0\"", "role": "\"2.0 | 3.0 | 2.0\"",
"seaLvl": "[0.0,1.0]", "seaLvl": "[0.0,1.0]",
"shape": "square", "shape": "square",
...@@ -3965,31 +3965,31 @@ ...@@ -3965,31 +3965,31 @@
"_gvid": 137, "_gvid": 137,
"fontsize": "50", "fontsize": "50",
"from": "59", "from": "59",
"height": "0.92361", "height": "0.89236",
"label": "59 61", "label": "59 61",
"name": "period5961", "name": "period5961",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,171.75", "pos": "1280.8,168.38",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "61", "to": "61",
"width": "2.191" "width": "1.7743"
}, },
{ {
"_gvid": 138, "_gvid": 138,
"fontsize": "50", "fontsize": "50",
"from": "60", "from": "60",
"height": "0.92361", "height": "0.89236",
"label": "60 62", "label": "60 62",
"name": "period6062", "name": "period6062",
"nodeType": "period", "nodeType": "period",
"pos": "1295.8,33.25", "pos": "1280.8,32.125",
"shape": "box", "shape": "box",
"strFrom": "\"\"", "strFrom": "\"\"",
"strTo": "\"\"", "strTo": "\"\"",
"to": "62", "to": "62",
"width": "2.191" "width": "1.7743"
} }
], ],
"overlap": "scale", "overlap": "scale",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
module Test.Offline.Phylo (tests) where module Test.Offline.Phylo (tests) where
import CLI.Phylo.Common ( fileToList, fileToDocsDefault ) import CLI.Phylo.Common ( fileToList, fileToDocsDefault )
import Control.Monad (when)
import Data.Aeson as JSON import Data.Aeson as JSON
import Data.Aeson.Encode.Pretty qualified as JSON import Data.Aeson.Encode.Pretty qualified as JSON
import Data.Aeson.Types qualified as JSON import Data.Aeson.Types qualified as JSON
...@@ -29,6 +30,12 @@ import Test.HUnit ...@@ -29,6 +30,12 @@ import Test.HUnit
import Test.Hspec import Test.Hspec
import Test.Hspec.Golden import Test.Hspec.Golden
-- | Switch to 'True' if you want to update golden tests
doUpdateGolden :: Bool
doUpdateGolden = False
phyloTestConfig :: PhyloConfig phyloTestConfig :: PhyloConfig
phyloTestConfig = PhyloConfig { phyloTestConfig = PhyloConfig {
corpusPath = "corpus.csv" corpusPath = "corpus.csv"
...@@ -58,7 +65,7 @@ phyloGolden (fp, actualOutput) = ...@@ -58,7 +65,7 @@ phyloGolden (fp, actualOutput) =
Golden { Golden {
output = actualOutput output = actualOutput
, encodePretty = C8.unpack . BIO.toStrict , encodePretty = C8.unpack . BIO.toStrict
, writeToFile = \_ _ -> pure () , writeToFile = if doUpdateGolden then \_ new' -> BL.writeFile fp new' else (\_ _ -> pure ())
, readFromFile = BIO.readFile , readFromFile = BIO.readFile
, goldenFile = fp , goldenFile = fp
, actualFile = Nothing , actualFile = Nothing
...@@ -156,6 +163,7 @@ testSmallPhyloWithoutLinkExpectedOutput = do ...@@ -156,6 +163,7 @@ testSmallPhyloWithoutLinkExpectedOutput = do
mapList mapList
let actual = setConfig phyloTestConfig $ toPhyloWithoutLink corpus config let actual = setConfig phyloTestConfig $ toPhyloWithoutLink corpus config
expected <- setConfig phyloTestConfig <$> (readPhylo =<< getDataFileName "test-data/phylo/small-phylo.golden.json") expected <- setConfig phyloTestConfig <$> (readPhylo =<< getDataFileName "test-data/phylo/small-phylo.golden.json")
when doUpdateGolden $ BL.writeFile "test-data/phylo/small-phylo.golden.json" (JSON.encodePretty actual)
assertBool (show $ ansiWlEditExprCompact $ ediff expected actual) (expected == actual) assertBool (show $ ansiWlEditExprCompact $ ediff expected actual) (expected == actual)
testPhylo2dot2json :: IO (FilePath, GraphDataFuzzy) testPhylo2dot2json :: IO (FilePath, GraphDataFuzzy)
......
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