Skip to content

Commit

Permalink
Started new plot impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Oct 13, 2023
1 parent d91c785 commit 968aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot/trace.v
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 968aaab

Please sign in to comment.