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

Skip to content

Commit 19ec80b

Browse files
endolithmdboom
authored andcommitted
fix two typos
1 parent 24dd1ec commit 19ec80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,12 +1625,12 @@ def colors():
16251625
16261626
You can also use any legal html name for a color, for example::
16271627
1628-
color = 'red',
1628+
color = 'red'
16291629
color = 'burlywood'
16301630
color = 'chartreuse'
16311631
16321632
The example below creates a subplot with a dark
1633-
slate gray background
1633+
slate gray background::
16341634
16351635
subplot(111, axisbg=(0.1843, 0.3098, 0.3098))
16361636

0 commit comments

Comments
 (0)