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

This is a continuation of the enhancement fixed with #134 . The fix in #134 allows hiding the figure headers by setting a figure-specific flag: ``` f = plt.figure() f.canvas.header_visible...

Sometimes I am getting this error with the trunk version. Not sure what a MWE would be. Has anyone encountered this? Thanks, Chaffra ``` RuntimeError Traceback (most recent call last)...

Hello, I must be missing something fundamental here, but the issue is the following: Consider this MWE: ```python %matplotlib widget import matplotlib.pyplot as plt plt.ioff() fig, ax = plt.subplots(figsize=(2, 2))...

I rarely get the proper widget: - either it's the buttons on the left during 1/10 of a second, then the drawing only, - either it's the reverrse (see below)...

Hello, this is my first GitHub post. I just installed ipympl and can't get it to work properly in JupyterLab. The widget controls are there, but plot is blank. Plot...

Visiting this repos mybinder example, both using the old stable branch as in the README, or the current master branch, gives us: ![image](https://user-images.githubusercontent.com/3837114/72602142-12c2aa80-3917-11ea-9403-930f15dfc009.png) ![image](https://user-images.githubusercontent.com/3837114/72602528-b57b2900-3917-11ea-8075-ba24e9d8f2d3.png) This is because mybinder.org won't automatically...

I'd like to cite jupyter-matplotlib in something I'm working on. What is the preferred citation information for this repository? If I use Zotero to scrape the metadata this is what...

May I suggest clarifying what the installation procedure is when working with several environments? Should ipympl be installed in the environment where jupyter resides or in the environment where it...

Possibly related to #124, I am trying to run a super simple example after following the installation instructions: ``` pip install ipympl # If using JupyterLab # Install nodejs: https://nodejs.org/en/download/...

I'm having some trouble with figures getting cut off at the bottom when they're included in tabs other than the first tab. Here's a minimal example. Note that I put...