Skip to content

Allow changing the figure size of a parcoords.ParallelAxes() plot #141

@EwoutH

Description

@EwoutH

Currently for a parcoords.ParallelAxes() you can change the number format, fontsize and label rotation, but not the figure size (or aspect ratio). If you have many variables this can be desirable.

A maybe even broader approach to this issue would be returning a matplotlib.pyplot.figure instead of a NoneType when calling ParallelAxes.plot(), for which you can change it's size and other aspects afterwards (with Figure.set_size_inches()).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions