diff --git a/system/plotters/plot_username/isoroc/1.json b/system/plotters/plot_username/isoroc/1.json index e404a230ec0569c689967cba0b5d27ac05045bdb..62cebb6239e42f37aec58eb937b53f0c6a65b16f 100644 --- a/system/plotters/plot_username/isoroc/1.json +++ b/system/plotters/plot_username/isoroc/1.json @@ -17,22 +17,22 @@ "description": "The label of the Y-axis (vertical)" }, "xlim-left":{ - "default": "0.0", + "default": 0.0, "type": "float64", "description": "" }, "xlim-right":{ - "default": "100.0", + "default": 100.0, "type": "float64", "description": "" }, "ylim-bottom":{ - "default": "0.0", + "default": 0.0, "type": "float64", "description": "" }, "ylim-top":{ - "default": "100.0", + "default": 100.0, "type": "float64", "description": "" }, @@ -47,22 +47,20 @@ "description": "Controls the title font size" }, "xaxis_multiplier": { - "default": "100.0", + "default": 100.0, "type": "float64", "description": "The multiplication factor for the X-axis (horizontal)" }, "yaxis_multiplier": { - "default": "100.0", + "default": 100.0, "type": "float64", "description": "The multiplication factor for the Y-axis (vertical)" }, - "axis-fontsize": { "default": 10, "type": "uint16", "description": "Controls the axis font size (labels and values)" }, - "legend": { "default": "", "type": "string", diff --git a/system/plotters/plot_username/isoroc/2.json b/system/plotters/plot_username/isoroc/2.json index e404a230ec0569c689967cba0b5d27ac05045bdb..62cebb6239e42f37aec58eb937b53f0c6a65b16f 100644 --- a/system/plotters/plot_username/isoroc/2.json +++ b/system/plotters/plot_username/isoroc/2.json @@ -17,22 +17,22 @@ "description": "The label of the Y-axis (vertical)" }, "xlim-left":{ - "default": "0.0", + "default": 0.0, "type": "float64", "description": "" }, "xlim-right":{ - "default": "100.0", + "default": 100.0, "type": "float64", "description": "" }, "ylim-bottom":{ - "default": "0.0", + "default": 0.0, "type": "float64", "description": "" }, "ylim-top":{ - "default": "100.0", + "default": 100.0, "type": "float64", "description": "" }, @@ -47,22 +47,20 @@ "description": "Controls the title font size" }, "xaxis_multiplier": { - "default": "100.0", + "default": 100.0, "type": "float64", "description": "The multiplication factor for the X-axis (horizontal)" }, "yaxis_multiplier": { - "default": "100.0", + "default": 100.0, "type": "float64", "description": "The multiplication factor for the Y-axis (vertical)" }, - "axis-fontsize": { "default": 10, "type": "uint16", "description": "Controls the axis font size (labels and values)" }, - "legend": { "default": "", "type": "string", diff --git a/system/plotters/plot_username/scatter/1.json b/system/plotters/plot_username/scatter/1.json index efde418d55974571c2d7270ca9a41ef744bd009f..de01f88a83976d5f46bd9907f221c3195e81883b 100644 --- a/system/plotters/plot_username/scatter/1.json +++ b/system/plotters/plot_username/scatter/1.json @@ -22,12 +22,12 @@ "description": "The title for this plot" }, "xaxis_multiplier": { - "default": "1.0", + "default": 1.0, "type": "float64", "description": "The multiplication factor for the X-axis (horizontal)" }, "yaxis_multiplier": { - "default": "1.0", + "default": 1.0, "type": "float64", "description": "The multiplication factor for the Y-axis (vertical)" },