Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Aug 25, 2024
1 parent 4207803 commit 938b8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func main() {
fig := &grob.Fig{
Data: []types.Trace{
&grob.Bar{
X: []float64{1, 2, 3},
Y: []float64{1, 2, 3},
X: types.DataArray([]float64{1, 2, 3}),
Y: types.DataArray([]float64{1, 2, 3}),
},
},
Layout: &grob.Layout{
Expand Down

0 comments on commit 938b8eb

Please sign in to comment.