Skip to content

Commit b17d4bb

Browse files
committed
DOC: fix plot in missing data section, close #1827
1 parent be98e46 commit b17d4bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/missing_data.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,8 @@ interpolation assumes equally spaced points.
239239
ts.interpolate().head()
240240
241241
@savefig series_interpolate.png width=6in
242-
fig = plt.figure()
243242
ts.interpolate().plot()
244243
245-
plt.close('all')
246-
247244
Index aware interpolation is available via the ``method`` keyword:
248245

249246
.. ipython:: python

0 commit comments

Comments
 (0)