X Tutup
Skip to content

Legend tuple handler improve#2034

Closed
leejjoon wants to merge 2 commits intomatplotlib:masterfrom
leejjoon:legend-tuple-handler-improve
Closed

Legend tuple handler improve#2034
leejjoon wants to merge 2 commits intomatplotlib:masterfrom
leejjoon:legend-tuple-handler-improve

Conversation

@leejjoon
Copy link
Copy Markdown
Contributor

HandlerTuple now takes optional argument of ndivide. With this parameter, the handle area of legend item will be horizontally divided and the handle will be drawn for each subdivided area separately. The default is ndivide=1 which is backward compatible, but this needs some discussion I guess. This is a PR in progress and and I guess some more improvement is still needed. And suggestion for better keyword name will be appreciated.

This addresses #2018.

@tacaswell
Copy link
Copy Markdown
Member

replaced by #2904

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup