diff --git a/examples/scatter/main.go b/examples/scatter/main.go index c116a49..6ae717c 100644 --- a/examples/scatter/main.go +++ b/examples/scatter/main.go @@ -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() { @@ -31,11 +30,6 @@ func main() { X: t, Y: y, Mode: grob.ScatterModeMarkers, - Marker: &grob.ScatterMarker{ - Size: types.ArrayOKfloat64{ - Value: 12, - }, - }, }, }, }