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