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
:x=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as x coordinate."),
416
+
:y=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as y coordinate."),
417
+
:group=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Grouping", :__doc=>"The name of column for grouping observation. Each group of observations will create seperate scatter plot."),
:jitter=>__dic(:default=> [0,0], :__ord=>1, :__cat=>"Scatter Options", :__doc=>"The jitter strength in the x and y axes direction, respectively."),
431
+
432
+
:opacityresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Scatter Options", :__doc=>"The column which its values will be used to determine the opacity of the marks."),
433
+
:symbolresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Scatter Options", :__doc=>"The column which its values will be used to determine the symbol of the marks."),
434
+
:angleresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Scatter Options", :__doc=>"The column which its values will be used to determine the angle of the marks."),
435
+
:colorresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Scatter Options", :__doc=>"The column which its values will be used to determine the fill color of the marks."),
436
+
437
+
:labelresponse=>__dic(:default=>nothing, :__ord=>4, :__cat=>"Scatter Label", :__doc=>"The column which its values will be used to label points."),
:labelcolor=>__dic(:default=>:black, :__ord=>4, :__cat=>"Scatter Label", :__doc=>"The label text color, it can also be `:group` or `:colorresponse` for choosing the color based on the points groups."),
0 commit comments