Skip to content

Plot scaling #121

Description

@Hilly12

Is your feature request related to a problem? Please describe.
I think y-axis of distribution plots needs to be scaled similarly for data from the same column.

1bd4b3f9-1e98-4b14-b805-e9e2823b7655
49eafd98-b3df-4022-aa15-181675a12c93

Describe the solution you'd like
We could set the upper y limit of the plot to some constant times the maximum value in the target column.

plt.ylim(0, df[target_attr].max() * 1.2)

Metadata

Metadata

Assignees

Labels

category:visualisationsEye candy to quickly compare metrics and understand differences in distributions/outcomes.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions