Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dd1ec commit 19ec80bCopy full SHA for 19ec80b
lib/matplotlib/pyplot.py
@@ -1625,12 +1625,12 @@ def colors():
1625
1626
You can also use any legal html name for a color, for example::
1627
1628
- color = 'red',
+ color = 'red'
1629
color = 'burlywood'
1630
color = 'chartreuse'
1631
1632
The example below creates a subplot with a dark
1633
- slate gray background
+ slate gray background::
1634
1635
subplot(111, axisbg=(0.1843, 0.3098, 0.3098))
1636
0 commit comments