-
-
Notifications
You must be signed in to change notification settings - Fork 33
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ipython/matplotlib-inline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipython/matplotlib-inline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 5 files changed
- 4 contributors
Commits on May 20, 2022
-
Merge pull request #14 from fperez/master
Remove matplotlib rc overrides. Addresses: - ipython/ipython#10383 - matplotlib/matplotlib#23007
Configuration menu - View commit details
-
Copy full SHA for 170a075 - Browse repository at this point
Copy the full SHA 170a075View commit details
Commits on Jun 10, 2022
-
Move draw_if_interactive logic to new_figure_manager_given_figure.
Currently, Matplotlib only ever calls draw_if_interactive at the end of `plt.figure()` (and upon figure unpickling), i.e. this is a mechanism to further customize handling of newly generated figures. (Prior to Matplotlib 1.5, draw_if_interactive was also called at the end of all pyplot functions to trigger a figure redraw, but this is now handled by the stale attribute.) In order to simplify the backend API ("what is the API that a backend module must/can provide"), I am planning to deprecate (on Matplotlib's side) the ability for backends to provide a draw_if_interactive function (forcing them to always do `if interactive(): draw_idle()`). Instead, any relevant new-figure-customization logic can instead go into `new_figure_manager_given_figure`. This PR implements this change for matplotlib-inline, and should be fully back-compatible all the way back to Matplotlib 1.5. I would like to make these changes first on the side of the clients (i.e., the third-party backends), to catch any possible problems with the intended change on Matplotlib's side.
Configuration menu - View commit details
-
Copy full SHA for 6380cd9 - Browse repository at this point
Copy the full SHA 6380cd9View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de3b78e - Browse repository at this point
Copy the full SHA de3b78eView commit details
Commits on Jun 15, 2022
-
Merge pull request #15 from anntzer/udif
Move draw_if_interactive logic to new_figure_manager_given_figure.
Configuration menu - View commit details
-
Copy full SHA for f764b43 - Browse repository at this point
Copy the full SHA f764b43View commit details
Commits on Aug 12, 2022
-
Merge pull request #17 from agoose77/patch-1
Fix: always clear `_draw_called`
Configuration menu - View commit details
-
Copy full SHA for 3347d0f - Browse repository at this point
Copy the full SHA 3347d0fView commit details
Commits on Aug 16, 2022
-
Update README install/description.
List correct package in installation instructions and provide updated description, clarifying `%matplotlib inline` magic isn't needed anymore in default clients.
Configuration menu - View commit details
-
Copy full SHA for 4b9ca8d - Browse repository at this point
Copy the full SHA 4b9ca8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2765e - Browse repository at this point
Copy the full SHA 5f2765eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b05e96 - Browse repository at this point
Copy the full SHA 1b05e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773a6a0 - Browse repository at this point
Copy the full SHA 773a6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07b137 - Browse repository at this point
Copy the full SHA d07b137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8411553 - Browse repository at this point
Copy the full SHA 8411553View commit details -
Update to v 0.1.5 for correct release.
Had to yank 0.1.4 from PyPI as I accidentally used the wrong remote at the last minute.
Configuration menu - View commit details
-
Copy full SHA for f33be24 - Browse repository at this point
Copy the full SHA f33be24View commit details
There are no files selected for viewing