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 485078a

Browse filesBrowse files
committed
Add example titles
1 parent fdffaf6 commit 485078a
Copy full SHA for 485078a

File tree

Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed

‎examples/pylab_examples/quiver_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/quiver_demo.py
+3-1Lines 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

Copy file name to clipboardExpand all lines: examples/pylab_examples/quiver_simple_demo.py
+5-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.