Raphael Quast
Raphael Quast
### New assignments: ||| |--------------|-----------| | `browser Knob` | browse library or playlist up & down (same as before) | | `shift` + `browser Knob` | toggle focus between Playlist...
❗ This is a **work-in-progress** pull request to add basic drawing capabilities to EOmaps. - `` is the shape to draw... currently there are - `circle`, `rectangle`, `polygon` - `kwargs`...
currently, if a dataset with "nan" in the coordinates is attempted to be plotted, the kernel is interrupted! ("nan" in the data with valid coordinates is fine) ### TODO -...
🦖 Add a container that allows attaching "utility" layers to a map - indicate countries when clicking on the map - indicate cities when clicking on the map
Sometimes images are not updated fast enough so that artefacts of animated artists remain after blitting... - this seems to be a general issue with blitting in `nbbagg`, `webagg` and...
- allow callbacks that are executed if you move with the mouse over the map (e.g. without clicking)
### Description I've been working on [EOmaps](https://github.com/raphaelquast/EOmaps) (an interactive layer on top of cartopy I'm developing) and I've noticed that requesting a re-draw of the Agg buffer if the axis-limits...
#### Is your feature request related to a problem? Please describe. I've already stated the problem on discourse [(here)](https://discourse.holoviz.org/t/how-to-use-raster-aggregation-with-matplotlib-extension/3754), but since it does not seem to get a lot of...
hi, running the following commands in a new environment, i get an error: ``` conda env create --name test_env python=3.6 activate test_env conda install -c conda-forge python-symengine conda install -c...
I've just noticed that pickling of symengine Lambdify functions fails with the default 'lambda' backend, but works fine with the 'llvm' backend... is there any particular reason for that? (or...