From 654fa0426b1947259830f449756260d35ae10793 Mon Sep 17 00:00:00 2001 From: JackDevine Date: Sun, 3 Sep 2017 12:53:49 +1200 Subject: [PATCH] Remove documentation --- src/arg_desc.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/arg_desc.jl b/src/arg_desc.jl index 50cf0a45..f244ff99 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -48,7 +48,6 @@ const _arg_desc = KW( :series_annotations => "AbstractVector of String or PlotText. These are annotations which are mapped to data points/positions.", :primary => "Bool. Does this count as a 'real series'? For example, you could have a path (primary), and a scatter (secondary) as 2 separate series, maybe with different data (see sticks recipe for an example). The secondary series will get the same color, etc as the primary.", :hover => "nothing or vector of strings. Text to display when hovering over each data point.", -:stride => "(1,1). Array row and column strides. Used in surface/wireframe.", # plot args :plot_title => "String. Title for the whole plot (not the subplots) (Note: Not currently implemented)",