Updated config_example.json to test plotting

This commit is contained in:
Alberto Soutullo Rendo 2022-11-27 18:59:07 +01:00
parent 04c8251d08
commit 7ca2fbb7c8

View File

@ -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"
}
}
}
}