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

For my project, it is required to embed Canvas from the ipympl backend in the ipywidgets Layout or AppLayout. It worked perfectly with version 0.7.0, but with all newer versions...

## Describe the issue I want to use a selector `matplotlib.widgets.RectangleSelector` , it is incompatible with zoom and pan So I try to call widget lock to prevent user from...

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies

## Describe the issue I have consistently used the following workflow for fully updating my Jupyter Lab working environments: ```text $ rmvirtualenv my_env $ mkvirtualenv --python=`which python` my_env [my_env] $...

## Describe the issue The [current README](https://github.com/matplotlib/ipympl/blob/3e0a520087d317c7aa7aca38ca1c5c04e7b31f44/README.md) specifies that to use `ipympl` you simply use the following magic: ``` %matplotlib widget ``` However, the [documentation](https://matplotlib.org/ipympl/) specifies the following magic: ```...

## Describe the issue Seems to have started failing at least 17 days ago: https://github.com/matplotlib/ipympl/actions/runs/2333504817

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...

dependencies

There seem to be two issues: 1. `jupyterlab` is not installed for the npm section ``` $ jupyter labextension build --development True . /bin/sh: 1: jupyter: not found error Command...

As the title says. In Jupyter Lab the y label is cutoff if using log scale and the numbers on the scale get too long (i.e. more than just `10^n`,...