Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf1216c

Browse files
committed
matplotlib#2897 changing comment for the pie clockwise test
1 parent 87521f2 commit bf1216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2931,7 +2931,7 @@ def test_pie_ccw_true():
29312931

29322932
@image_comparison(baseline_images=['pie_ccw_false'], extensions=['png'])
29332933
def test_pie_ccw_false():
2934-
# The slices will be ordered and plotted counter-clockwise.
2934+
# The slices will be ordered and plotted clockwise.
29352935
labels = 'Frogs', 'Hogs', 'Dogs', 'Logs'
29362936
sizes = [15, 30, 45, 10]
29372937
colors = ['yellowgreen', 'gold', 'lightskyblue', 'lightcoral']

0 commit comments

Comments
 (0)