From 495e31bf4496223f54a370eb0ceacf64ac9d77b4 Mon Sep 17 00:00:00 2001 From: Adrian Dawid Date: Fri, 14 Aug 2020 13:04:21 +0200 Subject: [PATCH] Update src/args.jl Co-authored-by: Simon Christ --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index 1a96bf96..b32b21e6 100644 --- a/src/args.jl +++ b/src/args.jl @@ -288,7 +288,7 @@ const _series_defaults = KW( # 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. - :connections => nothing, # tuple of arrays to specifiy connectivity of a 3d mesh + :connections => nothing, # tuple of arrays to specifiy connectivity of a 3d mesh :extra_kwargs => Dict() )