Skip to content

Commit c908a4f

Browse files
committed
Add new line to EOF as per linting message.
1 parent 5852974 commit c908a4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/matplotlib/sankey.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ def __init__(self, ax=None, scale=1.0, unit='', format='%G', gap=0.25,
8585
is None, then none of the quantities are labeled.
8686
format : str or callable
8787
A Python number formatting string or callable used to label the
88-
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 with ``quantity`` as an argument.
88+
flows with their quantities (i.e., a number times a unit, where the
89+
unit is given). If a format string is given, the label will be
90+
``format % quantity``. If a callable is given, it will be called
91+
with ``quantity`` as an argument.
9192
gap : float
9293
Space between paths that break in/break away to/from the top or
9394
bottom.

0 commit comments

Comments
 (0)