File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
images_contours_and_fields Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
Contourf Hatching
4
4
=================
5
5
6
- Demo filled contour plots with of hatched patterns.
6
+ Demo filled contour plots with hatched patterns.
7
7
"""
8
8
import matplotlib .pyplot as plt
9
9
import numpy as np
Original file line number Diff line number Diff line change 3
3
Spine Placement Demo
4
4
====================
5
5
6
- This example demos how to adjust the location and appearance of axis spines.
6
+ Adjusting the location and appearance of axis spines.
7
7
"""
8
8
import numpy as np
9
9
import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 1
1
"""
2
- ============================
3
- Cross-/ Auto-correlation Demo
4
- ============================
2
+ ================================
3
+ Cross- and Auto-Correlation Demo
4
+ ================================
5
5
6
6
Example use of cross-correlation (``xcorr``) and auto-correlation (``acorr``) plots.
7
7
"""
You can’t perform that action at this time.
0 commit comments