From 7629d45cb5250f23778723a276b70a26bd4beaae Mon Sep 17 00:00:00 2001 From: partev Date: Mon, 31 Jan 2022 21:10:58 -0500 Subject: [PATCH] DOC: fix incorrect pie chart documentation --- doc/source/user_guide/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 404914dbc7a69..72600289dcf75 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -823,7 +823,7 @@ Also, other keywords supported by :func:`matplotlib.pyplot.pie` can be used. figsize=(6, 6), ); -If you pass values whose sum total is less than 1.0, matplotlib draws a semicircle. +If you pass values whose sum total is less than 1.0 they will be rescaled so that they sum to 1. .. ipython:: python :suppress: