Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e752a5 commit c7ff849Copy full SHA for c7ff849
backend_inline.py
@@ -6,7 +6,11 @@
6
from __future__ import print_function
7
8
import matplotlib
9
-from matplotlib.backends.backend_agg import new_figure_manager, FigureCanvasAgg # analysis: ignore
+from matplotlib.backends.backend_agg import (
10
+ new_figure_manager,
11
+ FigureCanvasAgg,
12
+ new_figure_manager_given_figure,
13
+) # analysis: ignore
14
from matplotlib import colors
15
from matplotlib._pylab_helpers import Gcf
16
0 commit comments