Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 049e6e6

Browse files
CharlesHe16jklymak
andauthored
Update lib/matplotlib/sankey.py
Co-authored-by: Jody Klymak <[email protected]>
1 parent a87ffda commit 049e6e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/sankey.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ def __init__(self, ax=None, scale=1.0, unit='', format='%G', gap=0.25,
8686
format : str or callable
8787
A Python number formatting string or callable used to label the
8888
flows with their quantities. If a format string is given, the
89-
label will be `format % quantity``. If a callable is given, it
90-
will be called.
89+
label will be ``format % quantity``. If a callable is given, it
90+
will be called with ``quantity`` as an argument.
9191
gap : float
9292
Space between paths that break in/break away to/from the top or
9393
bottom.

0 commit comments

Comments
 (0)