Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed May 22, 2024
1 parent 12b477d commit 5664c3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/scatter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (

grob "github.com/MetalBlueberry/go-plotly/graph_objects"
"github.com/MetalBlueberry/go-plotly/offline"
"github.com/MetalBlueberry/go-plotly/types"
)

func main() {
Expand All @@ -31,11 +30,6 @@ func main() {
X: t,
Y: y,
Mode: grob.ScatterModeMarkers,
Marker: &grob.ScatterMarker{
Size: types.ArrayOKfloat64{
Value: 12,
},
},
},
},
}
Expand Down

0 comments on commit 5664c3b

Please sign in to comment.