From 774187257808bb7438da44416edccba8fbbbc5cc Mon Sep 17 00:00:00 2001 From: JackDevine Date: Wed, 16 Aug 2017 11:20:04 +1200 Subject: [PATCH] Comma in the wrong place --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. )