From 63ca6d08e1764d318647cd6462a0084ff48b3939 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 9 Oct 2023 02:38:45 -0300 Subject: [PATCH] Added a new plot example --- plot/layout.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot/layout.v b/plot/layout.v index 0e812ee84..c4e7d3b97 100644 --- a/plot/layout.v +++ b/plot/layout.v @@ -6,8 +6,8 @@ pub mut: title string title_x f64 = 0.5 autosize bool = true - width int = 500 - height int = 500 + width int = 650 + height int = 650 xaxis Axis yaxis Axis annotations []Annotation