From c6b20e25531a8b8aef5f1d0d91f1891334b2000f Mon Sep 17 00:00:00 2001 From: "K.-Michael Aye" Date: Sat, 13 Dec 2014 23:03:44 -0700 Subject: [PATCH] fixing highly confusing typo. --- doc/source/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index f30d6c9d5d4c0..7f8d0e529fc8b 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -727,7 +727,7 @@ You can use the ``labels`` and ``colors`` keywords to specify the labels and col .. warning:: - Most pandas plots use the the ``label`` and ``color`` arguments (not the lack of "s" on those). + Most pandas plots use the the ``label`` and ``color`` arguments (note the lack of "s" on those). To be consistent with :func:`matplotlib.pyplot.pie` you must use ``labels`` and ``colors``. If you want to hide wedge labels, specify ``labels=None``.