fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Fix Issues and Improve Plotting in Python #48

Open stellarpower opened 1 year ago

stellarpower commented 1 year ago

When plotting my dataset, MPL complained about the number of ticks and labels as being unequal. The way the frequencies were sliced resulted in an off-by-one error. I reworked this to eliminate the bug in earlier commits; but have also since changed it to be inclusive of f0 and f1, seeing as these are important to label in the plot.