8000 Annotation legend by jlecoeur · Pull Request #8292 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Annotation legend #8292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
typo
  • Loading branch information
Julien Lecoeur committed Mar 15, 2017
commit f666224404b0f043048f349e0bffeb441dd73f2b
3 changes: 1 addition & 2 deletions lib/matplotlib/legend_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,7 @@ class HandlerTuple(HandlerBase):

handlers : tuple, optionnal
The list of handlers to call for each section. Must be of length ndivide.
If None, the handlers will be fetched automatically fromt the legend handler map.
Default is None.
If None, the default handlers will be fetched automatically. Default is None.

"""
def __init__(self, ndivide=1, pad=None, width_ratios=None, handlers=None, **kwargs):
Expand Down
0