mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-21 18:28:12 +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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user