File indexing completed on 2024-05-12 16:08:22

0001 import matplotlib.pyplot as plt
0002 import matplotlib.axes._axes
0003 from matplotlib.figure import *
0004 from matplotlib.axes import *
0005 def function_figure():
0006     returns = Figure()
0007 def function_subplots():
0008     l_ret = (plt.Figure(), matplotlib.axes._axes.Axes() if None else [matplotlib.axes._axes.Axes()] if None else [[matplotlib.axes._axes.Axes()]])