Skip to content

Commit 629a65c

Browse files
jklymaktimhoffm
authored andcommitted
Small typo fix
1 parent a880392 commit 629a65c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/lines_bars_and_markers/masked_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
through the remaining data will be continuous, and not indicate where the
1010
missing data is located.
1111
12-
f it is useful to have gaps in the line where the data is missing, then the
12+
If it is useful to have gaps in the line where the data is missing, then the
1313
undesired points can be indicated using a `masked array`_ or by setting their
14-
values to NaN. No maker will be drawn where either x or y are masked, and if
15-
plotting with a line it will be broken there.
14+
values to NaN. No maker will be drawn where either x or y are masked and, if
15+
plotting with a line, it will be broken there.
1616
1717
.. _masked array:
1818
https://docs.scipy.org/doc/numpy/reference/maskedarray.generic.html

0 commit comments

Comments
 (0)