We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1affc9e + 4b6dbae commit 3d7d3ffCopy full SHA for 3d7d3ff
scripts/tip-transparency.py
@@ -7,6 +7,8 @@
7
import matplotlib.pyplot as plt
8
mpl.rc('axes', linewidth=1.5)
9
10
+np.random.seed(123)
11
+
12
fig = plt.figure(figsize=(2, 2), dpi=100)
13
margin = 0.01
14
ax = fig.add_axes([margin, margin, 1-2*margin, 1-2*margin])
0 commit comments