issues Search Results · repo:ipython/matplotlib-inline language:"Jupyter Notebook"
Filter by
19 results
(69 ms)19 results
inipython/matplotlib-inline (press backspace or delete to remove)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
- 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
Using plt.interactive(False) or plt.ioff() in Jupyter (Lab and classic notebook) does not seem to prevent automatic
figure generation, unless the magic %matplotlib inline in run first, even though the ...
nvaytet
- Opened on Oct 10, 2022
- #21
The removal of the Matplotlib RC overrides in #14 by @fperez has given me hope to one day get good defaults for inline
plots.
What about setting the default output format to SVG (instead of the current ...
mgeier
- 4
- Opened on Sep 3, 2022
- #20
Inside my Jupyter Notebooks, I want to create several plots with matplotlib. Since the release of v0.1.5, my CI for my
docs and unittests is failing now.
The error message goes like this:
File ~/work/conflowgen/conflowgen/conflowgen/analyses/inbound_and_outbound_vehicle_capacity_analysis_report.py:77, ...
1kastner
- 6
- Opened on Aug 17, 2022
- #18

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.