diff --git a/src/args.jl b/src/args.jl index a72183b0..223e7484 100644 --- a/src/args.jl +++ b/src/args.jl @@ -214,7 +214,7 @@ const _series_defaults = KW( :primary => true, # when true, this "counts" as a series for color selection, etc. the main use is to allow # one logical series to be broken up (path and markers, for example) :hover => nothing, # text to display when hovering over the data points - :stride, => (1,1), # array stride for wireframe/surface, the first element is the row stride and the second is the column stride. + :stride => (1,1), # array stride for wireframe/surface, the first element is the row stride and the second is the column stride. )