10000 Add example titles · matplotlib/matplotlib@485078a · GitHub
[go: up one dir, main page]

Skip to content

Commit 485078a

Browse files
committed
Add example titles
1 parent fdffaf6 commit 485078a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

examples/pylab_examples/quiver_demo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'''
2-
Demonstration of advanced quiver and quiverkey functions.
2+
========================================================
3+
Demonstration of advanced quiver and quiverkey functions
4+
========================================================
35
46
Known problem: the plot autoscaling does not take into account
57
the arrows, so those on the boundaries are often out of the picture.

examples/pylab_examples/quiver_simple_demo.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
'''A simple example of a quiver plot with a quiverkey.'''
1+
'''
2+
==================================================
3+
A simple example of a quiver plot with a quiverkey
4+
==================================================
5+
'''
26
import matplotlib.pyplot as plt
37
import numpy as np
48

0 commit comments

Comments
 (0)
0