8000
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.
2 parents 8fd658b + d922945 commit 77c23f8Copy full SHA for 77c23f8
examples/lines_bars_and_markers/scatter_with_legend.py
@@ -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
9
import matplotlib.pyplot as plt
10
from numpy.random import rand
11
0 commit comments