ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
95 stars 52 forks source link

Add RSViolinPlot compatibility with DataFrame (`categoryBy:` and `hue:`) #583

Closed kevca87 closed 11 months ago

kevca87 commented 11 months ago
| boxPlot1 toothGrowth |
toothGrowth := AIDatasets loadToothGrowth.
boxPlot1 := (RSBoxPlot fromDataFrame: toothGrowth) y: #len; categoryBy: #dose; hue:#supp.
boxPlot1 open

image