MHC03

Results 16 comments of MHC03

I would export it exactly like the docs describe: `export default from '@react-native-async-storage/async-storage/jest/async-storage-mock';` Or you can also do it like this: ```js import AsyncStorageMock from '@react-native-async-storage/async-storage/jest/async-storage-mock'; export default AsyncStorageMock; ```

`det_density` is a simple 4 dimensional numpy array and `ran` is a pandas Dataframe. I think the problem lies in changing the hv.Image options through the stream of a DynamicMap,...

Here I have a simple gif as an example: ![issue2982](https://user-images.githubusercontent.com/22367686/46947345-d270de80-d07a-11e8-9f08-638a95c0e1e8.gif) And this is not specific to colormapper, I think every option is affected. I could change the colormapper to enabling...

If there is another way to change the options through `streams`, I would be fine with that. And also thank you, @philippjfr, for looking into this issue.

Thank you very much for recommending me `panel`! It looks really like a package I needed. I just wanted to mention that in `panel's` requirements it needs `holoviews v1.11.0a9` or...

Here I have found out that this problem mostly occurs in matplotlib. So, in matplotlib no option change is dynamic, in bokeh almost all are dynamic except options like activating/deactivating...