ObjectProfile / Roassal3

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

Refactor: RSAbstractBandPlot to abstract bands behavior AND Add horizontal option to RSBoxPlot #584

Closed kevca87 closed 11 months ago

kevca87 commented 11 months ago
| boxPlot data |
data := { { 1. 2. 3. 4. 5. } .
        { 5. 6. 7. 5. 10. }  .
        { 12. 12. 13. 14. 15. 24. }  }.
boxPlot := RSBoxPlot data: data.
boxPlot horizontal.
boxPlot open.

image

akevalion commented 11 months ago

merged!