Xunius
Xunius
I got a reply on [stackoverflow](https://stackoverflow.com/questions/44759870/basemap-bluemarble-plot-the-opposite-longitudinal-section) providing a workaround which is to plot 2 separate bluemarbles joining at the dateline. It solved my problem, but still I would consider this...
Hi, I wonder is there any fix being patched, but I noticed something new. I created a new conda environment and installed basemap = 1.2.0 and matplotlib = 2.2.3. Now...
Do you think adding an optional `ax=None` kwarg to `drawmatrix_channels()` would work? If provided, for instance, from a `ax = figure.add_subplot(nrows, ncols, idx)`, subplots could be achieved, and it opens...
@miketrumpis Yeah but `tanh()` is within [-1, 1]
The new `norm_to_coh()` and `coh_to_norm()` functions look reasonable. I'm going through the reference *Thompson, DJ (2007) Jackknifing multitaper spectrum estimates. IEEE Signal Processing Magazing. 24: 20-30*. I think the current...
The Equation (24) in Thompson 2007 paper is the not-squared coherence, and it is inconsistent with the term MSC. So it is either the MSC term is used incorrectly or...
**Update:** I think we should use `scipy.fftpack.fftfreq(N)` instead. The current way of computing `freqs` is not quite right for odd numbered sequence lengths. See the following snippet: ``` import scipy.fftpack...
> Thanks for the suggestion @Xunius and @dipsy but the `onChooseItem` method is not called when the Shift modifier key is used. > > I have a different fix similar...
Hi, are we expecting a new release any time soon. I also got the queue issue from Linux AppImage release.
@hamzam0n I guess your g++ version is too high. Try using g++8. You can install one in a conda env using `conda install -c conda-forge gxx=8, mpich`.