Skip to content

Commit 391fd79

Browse files
committed
Merge pull request #11083 from shoyer/plot-whatsnew
DOC: fix plot submethods whatsnew example
2 parents b724d17 + 43ab582 commit 391fd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.17.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The Series and DataFrame ``.plot()`` method allows for customizing :ref:`plot ty
150150
To alleviate this issue, we have added a new, optional plotting interface, which exposes each kind of plot as a method of the ``.plot`` attribute. Instead of writing ``series.plot(kind=<kind>, ...)``, you can now also use ``series.plot.<kind>(...)``:
151151

152152
.. ipython::
153-
:verbatim:
153+
:verbatim:
154154

155155
In [13]: df = pd.DataFrame(np.random.rand(10, 2), columns=['a', 'b'])
156156

0 commit comments

Comments
 (0)