danilobellini / audiolazy

Expressive Digital Signal Processing (DSP) package for Python
GNU General Public License v3.0
689 stars 74 forks source link

Log plot sampling #2

Open danilobellini opened 10 years ago

danilobellini commented 10 years ago

The LinearFilter.plot method samples nicely for linear plots, but when asked to output logarithmic plots (i.e., when fscale == "log") the freqs (and freqs_label) sampling values should also be logarithmically distributed to keep the pixel-distance distribution linear, like what happens in iso226_plot.py.