Skip to content

Column and row labels in legends #296

@kinyatoride

Description

@kinyatoride

Description

Hi, would it be possible to add a feature that sets column and row labels in legends?
I think this is useful when you have many overlapped labels. This will be something similar to the features in subplots, so should be easier to understand for proplot users.

I am thinking of something like this.
https://stackoverflow.com/questions/44071525/matplotlib-add-titles-to-the-legend-rows

Example code

ax.legend(collabels = ['col1', 'col2'], rowlabels =['row1', 'row2'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions