scaleogram icon indicating copy to clipboard operation
scaleogram copied to clipboard

Scaleogram plot for Continuous Wavelet Transform made easy

Results 10 scaleogram issues
Sort by recently updated
recently updated
newest added

Wondering if #4 has been updated in PyPi? cheers

@alsauve 1) While testing the example Nino3.4 data set, I get the following image: ![test](https://user-images.githubusercontent.com/16653595/190347477-c255eed9-18a3-42ef-baf8-135314504224.png) This is different than the example (not reproducible) at [Git](https://github.com/alsauve/scaleogram/blob/master/doc/El-Nino-Dataset.ipynb) My settings: ``` matplotlib 3.3.4...

Hi, Thanks for producing this excellent piece of work, it makes producing wavelet plots very straightforward indeed. However, I do have a question about the magnitude output. If I have...

enhancement

running example from: `https://github.com/alsauve/scaleogram/blob/master/doc/El-Nino-Dataset.ipynb` got: ```shell --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in 14 scales = np.logspace(1.2, 3.1, num=200, dtype=np.int32) 15 #scales = np.arange(15,600, 4) ---> 16 ax =...

bug

I plot the colorbar on another axis (so I can align the scaleogram and the actual signal, vertically) ```python fig = plt.figure(constrained_layout=True) gs = fig.add_gridspec(2, 2, width_ratios=[0.95, 0.05]) ax1 =...

bug

The current implementation of pywavelets CWT does not produce results in sync with the fast cwt implementation of this package. As the fast CWT code was merged in pywavelets, the...

bug

Hi, just to let you know that when computing the CWT I found the following issue in **scaleogram/wfun.py** , which is due to the fact that numpy.int is deprecated. File...

Fix typo where frac was applied outside the arguments instead of inside

NOTE: previously np.int also aliased the python int, so this is not a functional change See [the numpy 1.24 release notes](https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations)

most recent version of package does not import as of 10/31/2024