ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

Matplotlib Jupyter Integration

Results 166 ipympl issues
Sort by recently updated
recently updated
newest added

The trait _view_count does not seem to populate on the canvas (always None). Is it not supported for ipympl?

If someone had just a moment, it would be tremendously helpful to get some feedback about the failed CIs here https://github.com/mne-tools/mne-python/pull/10913. Basically, the tests that use fake clicking and key...

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

#343 was a huge step forward for saving the state of plots in notebooks. But it doesn't truly reproduce the state of the notebook that the author was looking at...

Since we started throttling mouse events we now also throttle the `capture_scroll` This PR adds that as a separate `EventListener` that is not throttled.

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hi, unfortunately, I am still seeing this error after re-opening the notebook. ![Screenshot at 2022-06-29 16-31-42](https://user-images.githubusercontent.com/39047984/176463311-a53c8e73-6115-4f30-9586-7cbcece4e514.png) The console log from Chrome: ![Screenshot at 2022-06-29 16-33-54](https://user-images.githubusercontent.com/39047984/176463431-587ac677-f8aa-4e2e-8ef6-f0b4d5b92c99.png) Versions: ``` jupyter_client 7.3.1 pyhd8ed1ab_0...

## Describe the issue The PolygonSelector example from the [mpl docs](https://matplotlib.org/stable/gallery/widgets/polygon_selector_demo.html) works very well in the default Qt backend. ![Screenshot at 2022-07-05 17-01-56](https://user-images.githubusercontent.com/39047984/177358796-a0c848f6-27d9-48e0-935c-0e6c9427da30.png) However, using `ipympl` in a notebook, nothing...

I tried the example from the MPL event handling docs: a [bar chart with draggable bars](https://matplotlib.org/stable/users/event_handling.html#draggable-rectangle-exercise) ("extra credit" version). This works fine in `QT5Agg` backend, but doesn't fully work in...

I'm trying to find a way to take a figure previously created, and show it inside a widget, _without losing interactivity._ Here's a short version of my approach (which may...