Skip to content

Violin Plot not rendering. #67

@AtlasShrugged1

Description

@AtlasShrugged1

Example Code:

use Libraries.Compute.Statistics.DataFrame
use Libraries.Interface.Controls.Charts.ViolinPlot

DataFrame frame
frame:LoadFromCommaSeparatedValue(
"A,B
1,2
3,4
5,6")
frame:SelectAllColumns()
ViolinPlot chart = frame:ViolinPlot()
chart:Display(1500,800)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions