We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a54ff8 commit dbd0cfbCopy full SHA for dbd0cfb
nwbwidgets/misc.py
@@ -322,7 +322,7 @@ def __init__(
322
gas=self.gas,
323
plot_type=self.psth_type_radio,
324
sigma_in_secs=self.gaussian_sd_ft,
325
- nbins=self.bins_ft
+ nbins=self.bins_ft,
326
# progress_bar=fixed(progress_bar)
327
)
328
nwbwidgets/utils/cmaps.py
@@ -1,6 +1,7 @@
1
"""
2
Taken from https://github.com/maartenbreddels/ipyvolume/pull/178
3
4
+
5
import matplotlib.cm
6
import matplotlib.colors
7
import numpy as np
0 commit comments