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 **What is linked from launch badge in Readme doesn't currently build on MyBinder** It seems it isn't properly seeing `package.json` for some reason.. ## Steps to reproduce Go...

Bumps [vega](https://github.com/vega/vega) from 5.22.1 to 5.23.0. Release notes Sourced from vega's releases. v5.23.0 Changes from v5.22.1: This version contains dependency updates, bug fixes, and security patches, plus a few extra...

dependencies

Bumps [vega-functions](https://github.com/vega/vega) from 5.13.0 to 5.13.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vega-functions&package-manager=npm_and_yarn&previous-version=5.13.0&new-version=5.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

While reviewing https://github.com/matplotlib/matplotlib/pull/25353 I realized that it would look better if both installation options were formatted the same.

## Describe the issue The default position of the toolbar is on the left, where it overlaps the figure. Especially when the `constrained_layout=True` keyword is used when creating the figure,...

enhancement

## Describe the issue When using `ipympl` with the `%matplotlib widget` magic, I can successfully display a plot. Rerunning the cell with the plot however, fails to re-display the figure....

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

## Describe the issue `Funcanimate` does not display animation control widgets in Jupyterlab It would be possible to implement them by hand using buttons, widgets, and the `resume` and `pause`...