We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dad861 commit 063bccfCopy full SHA for 063bccf
examples/pylab_examples/psd_demo_complex.py
@@ -22,7 +22,7 @@
22
fig.subplots_adjust(hspace=0.45, wspace=0.3)
23
yticks = np.arange(-50, 30, 10)
24
yrange = (yticks[0], yticks[-1])
25
-xticks = np.arange(-500, 550, 100)
+xticks = np.arange(-500, 550, 200)
26
27
ax0.psd(xn, NFFT=301, Fs=fs, window=mlab.window_none, pad_to=1024,
28
scale_by_freq=True)
0 commit comments