access to the resulting figure and axes
lucasfigueiredo opened this issue · 0 comments
lucasfigueiredo commented
I am no good with matplotlib but I wonder if we could have access / full control of the resulting figure to customise or improve it. I tried in a number of different ways but I still get either a new figure or a figure with no axes.
import matplotlib.pyplot as plt
op.multi_plotter(spot=70, spot_range=50, op_list=ls)
print(plt.gcf())
the above code results in:
<Figure size 432x288 with 0 Axes>