MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / new_figure_manager

Function new_figure_manager

lib/matplotlib/pyplot.py:481–483  ·  view source on GitHub ↗
(num, *args, FigureClass=Figure, **kwargs)

Source from the content-addressed store, hash-verified

479 return canvas_class.new_manager(figure, num)
480
481 def new_figure_manager(num, *args, FigureClass=Figure, **kwargs):
482 fig = FigureClass(*args, **kwargs)
483 return new_figure_manager_given_figure(num, fig)
484
485 def draw_if_interactive() -> None:
486 if matplotlib.is_interactive():

Callers 2

figureFunction · 0.85
test_imageFunction · 0.85

Calls 4

_get_backend_modFunction · 0.85
new_figure_managerMethod · 0.80

Tested by 1

test_imageFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…