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: