enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

fft error in spec_waterfall example #872

Closed homosapien-lcy closed 1 year ago

homosapien-lcy commented 1 year ago

In examples/demo/advanced/spec_waterfall, line (abs(fft(normalized_data))[: NUM_SAMPLES // 2], normalized_data) causes TypeError: 'module' object is not callable

dpinte commented 1 year ago

Closing as fixed by #873