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

## Issue There is a warning being triggered when running `pytest` with the following instruction: ``` ipympl.backend_nbagg.new_figure_manager_given_figure(1, matplotlib.figure.Figure())) ``` The warning is the following: ``` /Users/luisaleixo/.pyenv/versions/3.9.6/envs/cara/lib/python3.9/site-packages/ipywidgets/widgets/widget.py:477: DeprecationWarning: Passing unrecognized arguments...

bug

## Describe the issue This issue is a continuation from https://github.com/matplotlib/ipympl/issues/112. A very common use case involves a centrally-installed Jupyter instance running Jupyter kernels in various task-specific environments. Examples include...

## Describe the issue I realise there has already been several issues opened about the performance of `ipympl` (e.g. #55), compared to other libraries that render in jupyter. But I...

## Describe the issue matplotlib.pyplot.figure.show method displays figure two times. ![image](https://user-images.githubusercontent.com/67139863/184137874-0e4980ea-7c4d-4fb7-b110-a5de37332f4e.png) ## Versions ``` 3.10.4 (main, Mar 31 2022, 08:41:55) [GCC 7.5.0] ipympl version: 0.8.7 Selected Jupyter core packages... IPython...

Hi, I build a backend for this package in [vaex](http://vaex.astro.rug.nl), so vaex is showing many rows/particles in this matplotlib backend. However, I'd like to select things using the lasso or...

How to save an interactive graph, keeping the interaction resource in the saved file

## Describe the issue when i am plotting in the jupyterlab, it seems something wrong... (Google Chrome) ![cf93bc314d50fd1238969d5f89b5a15](https://github.com/matplotlib/ipympl/assets/65940468/2fa3ba84-56f0-40d8-9851-87fee871472c) ## Versions ``` C:\Users\10158>python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:',...

As shown in the [example notebook,](https://github.com/matplotlib/ipympl/blob/main/docs/examples/full-example.ipynb) it is possible to configure the appearance of the `Canvas` widget by setting some attributes on it. A lot of these attributes are settings...

enhancement

Hi, I use ipympl in jupyterlab.`%matplotlib widget` opens a different figure for the same cell after each run. Soon I'll get this max open warning, which is kinda irritating. `%matplotlib...