Can I get the axis that will be returned by `pyplot.subplots` inside the constructor for the figure it creates?

后端 未结 0 1006
名媛妹妹
名媛妹妹 2021-01-23 05:19

I\'m using a custom figure class in a call to pyplot\'s subplot()

fig, ax = matplotlib.pyplot.subplots(FigureClass=MyFigure)

and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题