diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index d653cb53d6d5b..e5eee45894266 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -118,11 +118,12 @@ The ``kind`` keyword argument of :meth:`~DataFrame.plot` accepts a handful of values for plots other than the default Line plot. These include: -* :ref:`'bar' ` or ``'barh'`` for bar plots, -* :ref:`'kde' ` or ``'density'`` for density plots, -* :ref:`'area' ` for area plots, -* :ref:`'scatter' ` for scatter plots, and -* :ref:`'hexbin' ` for hexagonal bin plots. +* :ref:`'bar' ` or :ref:`'barh' ` for bar plots +* :ref:`'kde' ` or ``'density'`` for density plots +* :ref:`'area' ` for area plots +* :ref:`'scatter' ` for scatter plots +* :ref:`'hexbin' ` for hexagonal bin plots +* :ref:`'pie' ` for pie plots In addition to these ``kind`` s, there are the :ref:`DataFrame.hist() `, and :ref:`DataFrame.boxplot() ` methods, which use a separate interface. @@ -132,12 +133,12 @@ that take a :class:`Series` or :class:`DataFrame` as an argument. These include * :ref:`Scatter Matrix ` -* :ref:`Andrews Curves `, -* :ref:`Parallel Coordinates `, -* :ref:`Lag Plot `, -* :ref:`Autocorrelation Plot `, -* :ref:`Bootstrap Plot `, and -* :ref:`RadViz `. +* :ref:`Andrews Curves ` +* :ref:`Parallel Coordinates ` +* :ref:`Lag Plot ` +* :ref:`Autocorrelation Plot ` +* :ref:`Bootstrap Plot ` +* :ref:`RadViz ` Plots may also be adorned with :ref:`errorbars ` or :ref:`tables `. @@ -713,8 +714,8 @@ layout and formatting of the returned plot: For each kind of plot (e.g. `line`, `bar`, `scatter`) any additional arguments keywords are passed alogn to the corresponding matplotlib function (:meth:`ax.plot() `, -:meth: `ax.bar() `, -:meth: `ax.scatter() `). These can be used +:meth:`ax.bar() `, +:meth:`ax.scatter() `). These can be used to control additional styling, beyond what pandas provides. Controlling the Legend