Skip to content

Commit 71f5a74

Browse files
authored
DOC: fix incorrect pie chart documentation (#45748)
1 parent 3875231 commit 71f5a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/visualization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Also, other keywords supported by :func:`matplotlib.pyplot.pie` can be used.
823823
figsize=(6, 6),
824824
);
825825
826-
If you pass values whose sum total is less than 1.0, matplotlib draws a semicircle.
826+
If you pass values whose sum total is less than 1.0 they will be rescaled so that they sum to 1.
827827

828828
.. ipython:: python
829829
:suppress:

0 commit comments

Comments
 (0)