How to type-hint a matplotlib.axes._subplots.AxesSubplots object in python3

后端 未结 0 1781
有刺的猬
有刺的猬 2021-02-14 03:52

I was wondering how is the "best" way to type-hint the axis-object of matplotlib-subplots.

running

from matplotlib import pyplot as plt

f, ax =          


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