mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-23 03:08:10 +00:00
Updated config_example.json to test plotting
This commit is contained in:
parent
04c8251d08
commit
7ca2fbb7c8
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"arguments": {"output-format": "csv", "output-file": "test"},
|
"arguments": {
|
||||||
|
"output-format": "csv",
|
||||||
|
"output-file": "test"
|
||||||
|
},
|
||||||
"simulation": {
|
"simulation": {
|
||||||
"consensus_settings": {
|
"consensus_settings": {
|
||||||
"snow_ball": {
|
"snow_ball": {
|
||||||
@ -38,7 +41,23 @@
|
|||||||
],
|
],
|
||||||
"seed": 18042022
|
"seed": 18042022
|
||||||
},
|
},
|
||||||
"plotting": {
|
"plotter": {
|
||||||
"test": "test"
|
"countplot": {
|
||||||
|
"plot_options": {
|
||||||
|
"x": "vote"
|
||||||
|
},
|
||||||
|
"save_options": {
|
||||||
|
"name": "test.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scatterplot": {
|
||||||
|
"plot_options": {
|
||||||
|
"x": "id",
|
||||||
|
"y": "vote"
|
||||||
|
},
|
||||||
|
"save_options": {
|
||||||
|
"name": "test2.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user