You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/arg_desc.jl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ const _arg_desc = KW(
10
10
:line_width=>"Number. Width of the line (in pixels)",
11
11
:line_color=>"Color Type. Color of the line (for path and bar stroke). `:match` will take the value from `:seriescolor`, (though histogram/bar types use `:black` as a default).",
12
12
:line_alpha=>"Number in [0,1]. The alpha/opacity override for the line. `nothing` (the default) means it will take the alpha value of linecolor.",
13
-
:yfill_range=>"Number or AbstractVector. Fills area between fillrange and y for line-types, sets the base for bar/stick types, and similar for other types.",
14
-
:yfill_color=>"Color Type. Color of the filled area of path or bar types. `:match` will take the value from `:seriescolor`.",
15
-
:yfill_alpha=>"Number in [0,1]. The alpha/opacity override for the fill area. `nothing` (the default) means it will take the alpha value of fillcolor.",
13
+
:fillrange=>"Number or AbstractVector. Fills area between fillrange and y for line-types, sets the base for bar/stick types, and similar for other types.",
14
+
:fillcolor=>"Color Type. Color of the filled area of path or bar types. `:match` will take the value from `:seriescolor`.",
15
+
:fillalpha=>"Number in [0,1]. The alpha/opacity override for the fill area. `nothing` (the default) means it will take the alpha value of fillcolor.",
16
16
:marker_shape=>"Symbol, Shape, or AbstractVector. Choose from $(_allMarkers).",
17
-
:yfill_style=>"Symbol. Style of the fill area. `nothing` (the default) means solid fill. Choose from :/, :\\, :|, :-, :+, :x",
17
+
:fillstyle=>"Symbol. Style of the fill area. `nothing` (the default) means solid fill. Choose from :/, :\\, :|, :-, :+, :x",
18
18
:marker_color=>"Color Type. Color of the interior of the marker or shape. `:match` will take the value from `:seriescolor`.",
19
19
:marker_alpha=>"Number in [0,1]. The alpha/opacity override for the marker interior. `nothing` (the default) means it will take the alpha value of markercolor.",
20
20
:marker_size=>"Number or AbstractVector. Size (radius pixels) of the markers",
0 commit comments