File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/lines_bars_and_markers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
through the remaining data will be continuous, and not indicate where the
10
10
missing data is located.
11
11
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
13
13
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.
16
16
17
17
.. _masked array:
18
18
https://docs.scipy.org/doc/numpy/reference/maskedarray.generic.html
You can’t perform that action at this time.
0 commit comments