8000 Remove quiver example that only differs in arrow style · matplotlib/matplotlib@96b8e00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b8e00

Browse files
committed
Remove quiver example that only differs in arrow style
1 parent b853fec commit 96b8e00

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/pylab_examples/quiver_demo.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,4 @@
4646
plt.plot(X, Y, 'k.', markersize=2)
4747
plt.axis([-1, 7, -1, 7])
4848

49-
plt.figure()
50-
plt.title("triangular head; scale with x view; black edges")
51-
52-
Q = plt.quiver(X[::3, ::3], Y[::3, ::3], U[::3, ::3], V[::3, ::3],
53-
color='r', units='x',
54-
linewidths=(0.5,), edgecolors=('k'), headaxislength=5)
55-
qk = plt.quiverkey(Q, 0.5, 0.03, 1, r'$1 \frac{m}{s}$',
56-
fontproperties={'weight': 'bold'})
57-
plt.axis([-1, 7, -1, 7])
58-
5949
plt.show()

0 commit comments

Comments
 (0)
0