JSON Format
We use matplotlib for our plot generation, which means we support all of the Line2D properties. The top level global
applies global configuration.
{
"global": {
"plot_options": {
"linewidth": 0.3,
"marker": "d",
"markersize": 3
}
},
"pages": [
{
"plots": [
{
"title": "box rack currents",
"series": [
{
"mnemonic": "oci.dau.boxrack.power.PS01.m1curoutp",
"plot_options": {"marker": "x"}
}
]
}
]
}
]
}