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=>nothing, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as x coordinate."),
383
+
:y=>__dic(:default=>nothing, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as y coordinate."),
384
+
:text=>__dic(:default=>nothing, :__ord=>0, :__cat=>"Required", :__doc=>"The column to be used as text values for each point."),
385
+
386
+
:group=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Grouping", :__doc=>"The name of column for grouping observation. Each group of observations will create seperate text plot."),
:opacityresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"TextPlot Options", :__doc=>"The column which its values will be used to determine the opacity of text."),
394
+
:angleresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"TextPlot Options", :__doc=>"The column which its values will be used to determine the angle of text."),
395
+
:colorresponse=>__dic(:default=>nothing, :__ord=>1, :__cat=>"TextPlot Options", :__doc=>"The column which its values will be used to determine the color of text."),
0 commit comments