File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
'''
2
- Demonstration of advanced quiver and quiverkey functions.
2
+ ========================================================
3
+ Demonstration of advanced quiver and quiverkey functions
4
+ ========================================================
3
5
4
6
Known problem: the plot autoscaling does not take into account
5
7
the arrows, so those on the boundaries are often out of the picture.
Original file line number Diff line number Diff line change 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
+ '''
2
6
import matplotlib .pyplot as plt
3
7
import numpy as np
4
8
You can’t perform that action at this time.
0 commit comments