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/kwds.jl
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -262,17 +262,17 @@ BAND_DEFAULT = SGKwds(
262
262
SEGMENT_DEFAULT =SGKwds(
263
263
:x=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as x coordinate. User must pass either this or the `y` argument."),
264
264
:y=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as y coordinate. User must pass either this or the `x` argument."),
265
-
:lower=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The lower values for the band plot. User can pass a column or a Float value."),
266
-
:upper=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The upper values for the band plot. User can pass a column or a Float value."),
267
-
:group=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Grouping", :__doc=>"The name of column for grouping observation. Each group of observations will create seperate band plot."),
265
+
:lower=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The lower values for segments. User can pass a column or a Float value."),
266
+
:upper=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The upper values for segments. User can pass a column or a Float value."),
267
+
:group=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Grouping", :__doc=>"The name of column for grouping observation. Each group of observations will create seperate segment lines."),
0 commit comments