show: don't set constellation plot size

This commit is contained in:
Roman Zeyde
2014-07-08 08:56:37 +03:00
committed by Roman Zeyde
parent e4e369dbb4
commit 9f5bab9230

View File

@@ -11,7 +11,6 @@ def constellation(y, title):
pylab.plot(points.real, points.imag, 'o')
pylab.grid('on')
pylab.axis('equal')
pylab.axis(np.array([-1, 1, -1, 1]) * 1.1)
pylab.title(title)
def spectrogram(t, x, Fs, NFFT=256):