Skip to content

Commit

Permalink
update to PlotEditor default x-axis change
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent 97173c4 commit c13a104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/blog/-2024-07-22-initial-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ data := []Data{
}
dt := errors.Log1(table.NewSliceTable(data))
pe := plotcore.NewPlotEditor(b).SetTable(dt)
pe.Options.XAxisColumn = "Time"
pe.ColumnOptions("Population").On = true
```

Expand Down

0 comments on commit c13a104

Please sign in to comment.