ObjectProfile / Roassal3

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

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

Closed kevca87 closed 1 year ago

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

image