Plot settings and version
This commit is contained in:
@@ -7909,21 +7909,91 @@
|
||||
"j0.e",
|
||||
"j1.f"
|
||||
],
|
||||
"x_axis": null
|
||||
"x_axis": null,
|
||||
"settings": {
|
||||
"title": "Some title here",
|
||||
"x_label": "",
|
||||
"y_label": "",
|
||||
"x_scale": "linear",
|
||||
"y_scale": "linear",
|
||||
"x_auto": true,
|
||||
"y_auto": true,
|
||||
"x_min": 0.0,
|
||||
"x_max": 1.0,
|
||||
"y_min": 0.0,
|
||||
"y_max": 1.0,
|
||||
"grid_visible": true,
|
||||
"grid_axis": "both",
|
||||
"grid_style": "-",
|
||||
"grid_alpha": 0.5,
|
||||
"legend_visible": true,
|
||||
"legend_location": "best",
|
||||
"traces": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "R power",
|
||||
"signals": [
|
||||
"R.power"
|
||||
],
|
||||
"x_axis": null
|
||||
"x_axis": null,
|
||||
"settings": {
|
||||
"title": "",
|
||||
"x_label": "",
|
||||
"y_label": "",
|
||||
"x_scale": "linear",
|
||||
"y_scale": "linear",
|
||||
"x_auto": true,
|
||||
"y_auto": true,
|
||||
"x_min": 0.0,
|
||||
"x_max": 1.0,
|
||||
"y_min": 0.0,
|
||||
"y_max": 1.0,
|
||||
"grid_visible": true,
|
||||
"grid_axis": "both",
|
||||
"grid_style": "-",
|
||||
"grid_alpha": 0.5,
|
||||
"legend_visible": true,
|
||||
"legend_location": "best",
|
||||
"traces": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Eh idk?",
|
||||
"signals": [
|
||||
"j1.f"
|
||||
],
|
||||
"x_axis": "j0.e"
|
||||
"x_axis": "j0.e",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"x_label": "",
|
||||
"y_label": "j1.f",
|
||||
"x_scale": "linear",
|
||||
"y_scale": "linear",
|
||||
"x_auto": true,
|
||||
"y_auto": true,
|
||||
"x_min": 0.0,
|
||||
"x_max": 1.0,
|
||||
"y_min": 0.0,
|
||||
"y_max": 1.0,
|
||||
"grid_visible": true,
|
||||
"grid_axis": "both",
|
||||
"grid_style": "-",
|
||||
"grid_alpha": 0.5,
|
||||
"legend_visible": true,
|
||||
"legend_location": "best",
|
||||
"traces": {
|
||||
"j1.f": {
|
||||
"visible": true,
|
||||
"label": "",
|
||||
"color": "#ff0000",
|
||||
"line_style": ":",
|
||||
"line_width": 1.5,
|
||||
"marker": "",
|
||||
"marker_size": 6.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user