ObjectProfile / Roassal3

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

Add RSViolinPlot compatibility with a model and DataFrame #581

Closed kevca87 closed 1 year ago

kevca87 commented 1 year ago
| boxPlot1 toothGrowth |
toothGrowth := AIDatasets loadToothGrowth.
boxPlot1 := RSViolinPlot dataFrame: toothGrowth x: #dose y: #len.
boxPlot1 color: Color purple translucent.
"boxPlot1 bandwidth: 2."
^ boxPlot1 open

image