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

## Describe the issue I believe the "transform()" functions of Matplotlib do not behave well in ipympl or widget mode. **Code for reproduction** I simply use the matplotlib example published...

Due to https://github.com/matplotlib/matplotlib/pull/10292 during a save operation we temporarily remove the manager ```python %matplotlib widget import matplotlib.pyplot as plt plt.plot(range(5)) fig = plt.gcf() ## new cell fig ``` and you...

## Describe the issue I'm not positive that this is ipympl and not matplotlib, but when I click the button to save the plot, the image always has a transparent...

## Describe the issue If you drag the resize handle outside the limits of the notebook and release the mouse you lose the ability to resize as the handle will...

Fresh install with conda (laptop with Ubuntu 18.04 => nothing to do with Docker). Maybe related to #161 ? Matplotlib figures do not show up and I get only ```...

## Describe the issue Got an odd one. If an Output contains a figure, and one calls a single cell containing `display(Output)` twice, the output "empties" and no figure is...

Is it possible to use ipympl starting from an arbitrary matplotlib figure? If yes, an example would be helpful. Thanks! Use Case: I would like to use ipympl for SageMath...

### Bug report **Bug summary** Matplotlib widget occasionally fails to render. **Code for reproduction** ```python %matplotlib widget from matplotlib import pyplot fig, axes = pyplot.subplots(1, 2, figsize=(8, 4)) pyplot.show() raise...

see #117 (issue) and #174 (PR) for some discussion on the topic. @martinRenou I have been playing with using [Layout Templates](https://ipywidgets.readthedocs.io/en/latest/examples/Layout%20Templates.html) to stack figures in fun ways. Unfortunately, since matplotlib...

## Partial or Glitchy Interactivity In my dev. environment, interactive figures: - fail to show resize handle, figure header and footer are never displayed - do not respect (but do...