diff --git a/shared/config_example.json b/shared/config_example.json index 101cbf9..cef63a6 100644 --- a/shared/config_example.json +++ b/shared/config_example.json @@ -1,5 +1,8 @@ { - "arguments": {"output-format": "csv", "output-file": "test"}, + "arguments": { + "output-format": "csv", + "output-file": "test" + }, "simulation": { "consensus_settings": { "snow_ball": { @@ -38,7 +41,23 @@ ], "seed": 18042022 }, - "plotting": { - "test": "test" + "plotter": { + "countplot": { + "plot_options": { + "x": "vote" + }, + "save_options": { + "name": "test.png" + } + }, + "scatterplot": { + "plot_options": { + "x": "id", + "y": "vote" + }, + "save_options": { + "name": "test2.png" + } + } } } \ No newline at end of file