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

Skip to content

Commit e87f595

Browse files
committed
DOC: Fix some styling in filled step example.
1 parent 50137ee commit e87f595

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/lines_bars_and_markers/filled_step.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ def stack_hist(ax, stacked_data, sty_cycle, bottoms=None,
104104
105105
If not given and stacked data is an array defaults to 'default set {n}'
106106
107-
If stacked_data is a mapping, and labels is None, default to the keys
108-
(which may come out in a random order).
107+
If *stacked_data* is a mapping, and *labels* is None, default to the
108+
keys.
109109
110-
If stacked_data is a mapping and labels is given then only
111-
the columns listed by be plotted.
110+
If *stacked_data* is a mapping and *labels* is given then only the
111+
columns listed will be plotted.
112112
113113
plot_func : callable, optional
114114
Function to call to draw the histogram must have signature:
@@ -119,7 +119,7 @@ def stack_hist(ax, stacked_data, sty_cycle, bottoms=None,
119119
plot_kwargs : dict, optional
120120
Any extra keyword arguments to pass through to the plotting function.
121121
This will be the same for all calls to the plotting function and will
122-
override the values in cycle.
122+
override the values in *sty_cycle*.
123123
124124
Returns
125125
-------

0 commit comments

Comments
 (0)