Skip to content

issues Search Results · repo:ipython/matplotlib-inline language:"Jupyter Notebook"

Filter by

22 results
 (925 ms)

22 results

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

For matplotlib_inline.__version__ == 0.1.7 (matplotlib.__version__ == 3.10.5 ) from matplotlib_inline.backend_inline import set_matplotlib_formats help(set_matplotlib_formats) print: ... For example, ...
  • Serge3leo
  • Opened 
    19 days ago
  • #44

I originally introduced image-based tests in PR #32. Although it is very easy to run such tests, when they fail in CI they hang as they attempt to open an interactive browser session. I cannot see an easy ...
  • ianthomas23
  • Opened 
    on Jul 29
  • #43

matplotlib is imported in https://github.com/ipython/matplotlib-inline/blob/0.1.7/matplotlib_inline/backend_inline.py#L6 However, it is not specified in https://github.com/ipython/matplotlib-inline/blob/0.1.7/pyproject.toml#L30 ...
  • limdor
  • 1
  • Opened 
    on Jun 25
  • #41

It s been a while, we should have a release.
  • Carreau
  • 1
  • Opened 
    on Feb 23
  • #40

There is an issue reported in Matplotlib (matplotlib/matplotlib#28855) in which use of a config file ~/.ipython/profile_default/ipython_kernel_config.py containing c.InteractiveShellApp.matplotlib = inline ...
  • ianthomas23
  • Opened 
    on Oct 17, 2024
  • #37

When using png and svg as the figure_format, I d expect the displayed figures to be of the same size, but they are not: image Should they be the same size?
  • joouha
  • Opened 
    on Nov 23, 2023
  • #31

See https://github.com/matplotlib/matplotlib/issues/14171, especially https://github.com/matplotlib/matplotlib/issues/14171#issuecomment-765563166
  • oscargus
  • 1
  • Opened 
    on Jun 16, 2023
  • #27

I ve been working on the GUI event loop hooks in IPython, and while working on this issue, I realized that importing backend_inline will trigger matplotlib s auto backend selection . In many systems, this ...
  • shaperilio
  • 1
  • Opened 
    on May 3, 2023
  • #25

While attempting to create a piano roll with librosa and matplotlib, like this: def plot_piano_roll(pm, start_pitch, end_pitch, fs=100): # Use librosa s specshow function for displaying the piano ...
  • stefan-kzmnv
  • 2
  • Opened 
    on Mar 19, 2023
  • #24

I found that in a fresh Jupyter kernel, the following snippet prevents further figures to be rendered: # cell 1 import matplotlib.pyplot as plt from matplotlib.dates import DateFormatter with plt.style.context( ...
  • xoolive
  • Opened 
    on Oct 17, 2022
  • #22
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub