Skip to content

Commit 7fc90de

Browse files
committed
add more spectral plots and add new spectrum types to specgram in _axes
1 parent 212e24b commit 7fc90de

File tree

3 files changed

+560
-87
lines changed

3 files changed

+560
-87
lines changed

boilerplate.py

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def boilerplate_gen():
9898
# name.
9999
_plotcommands = (
100100
'acorr',
101+
'angle_spectrum',
101102
'arrow',
102103
'axhline',
103104
'axhspan',
@@ -123,8 +124,10 @@ def boilerplate_gen():
123124
'hlines',
124125
'imshow',
125126
'loglog',
127+
'magnitude_spectrum',
126128
'pcolor',
127129
'pcolormesh',
130+
'phase_spectrum',
128131
'pie',
129132
'plot',
130133
'plot_date',

0 commit comments

Comments
 (0)