From 968aaab9e6a3078d38e7e876e123e5c1415d754c Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Fri, 13 Oct 2023 01:10:43 -0300 Subject: [PATCH] Started new plot impl --- plot/trace.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot/trace.v b/plot/trace.v index a1be4a50c..88e1baf27 100644 --- a/plot/trace.v +++ b/plot/trace.v @@ -19,7 +19,7 @@ pub mut: trace_type TraceType [required] x XType xbins map[string]f32 - y []f64 + y []f64 [omitempty] z ZType [omitempty] values []f64 [omitempty] labels []string [omitempty]