Skip to content

pullrequests Search Results · repo:ipython/matplotlib-inline language:Python

Filter by

16 results
 (119 ms)

16 results

inipython/matplotlib-inline (press backspace or delete to remove)

  • martinRenou
  • Opened 
    on Apr 15, 2024
  • #36

Support Matplotlib returning either inline or module://matplotlib_inline.backend_inline for the name of the backend. Note the line changed is consistent with https://github.com/ipython/matplotlib-inline/blob/c5887eab4bf4b594be8f7cfd738bfff4d6fede88/matplotlib_inline/backend_inline.py#L179 ...
  • ianthomas23
  • 1
  • Opened 
    on Mar 18, 2024
  • #35

This adds an entry point to pyproject.toml for matplotlib-inline to register itself as a Matplotlib backend. It is part of the planned transition of backend mapping from IPython to Matplotlib (matplotlib/matplotlib#27663 ...
  • ianthomas23
  • Opened 
    on Mar 12, 2024
  • #34

This PR replaces use of setup.cfg with the equivalent pyproject.toml for PEP 517 compliance. The setup.py is kept for backward compatibility using the same form as used by various projects in the Jupyter ...
  • ianthomas23
  • 5
  • Opened 
    on Jan 31, 2024
  • #33

This PR adds tests to the project to confirm that the inline backend is used even if not specified using the %matplotlib magic and that images are correctly produced. It uses a single notebook for this, ...
  • ianthomas23
  • 3
  • Opened 
    on Jan 23, 2024
  • #32

The branch has been renamed from master to main, and we now test on more python versions.
  • Carreau
  • Opened 
    on Nov 20, 2023
  • #29

  • Carreau
  • Opened 
    on Nov 20, 2023
  • #28

Fixes #18
  • 1kastner
  • 1
  • Opened 
    on Aug 17, 2022
  • #19

Disclaimer: I m not hugely up to speed with this logic, so this fix might be ill-posed. plt.ioff has no effect with the inline backend when InlineBackend.close_figures is set to True. This PR ensures ...
  • agoose77
  • 1
  • Opened 
    on Jun 14, 2022
  • #17

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 ...
  • anntzer
  • 11
  • Opened 
    on May 27, 2022
  • #15