8000 Added docstring to scatter_with_legend.py [MEP12] · matplotlib/matplotlib@d922945 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d922945

Browse files
author
Francoise Provencher
committed
Added docstring to scatter_with_legend.py [MEP12]
1 parent 6f27d8b commit d922945

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/lines_bars_and_markers/scatter_with_legend.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Demo of a scatter plot (scatter) with a legend.
3+
4+
Also demonstrates how transparency of the markers
5+
can be adjusted by giving ``alpha`` a value between
6+
0 and 1.
7+
'''
8+
19
import matplotlib.pyplot as plt
210
from numpy.random import rand
311

0 commit comments

Comments
 (0)
0