Skip to content

Add Support for Pandas Dataframes in Boxplot #33

@liamjdavis

Description

@liamjdavis

There is no support for pandas dataframes in Boxplot, but there is in the other plots. For example:

from MatPlus import BoxPlot

df = pd.DataFrame({'values': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]})

# Pass the DataFrame column to BoxPlot
box = BoxPlot(df['values'])
box.plot()

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