i'm beginner developer. i don't know what it means.
fig: plt.Figure = plt.figure()
ax: plt.Axes = fig.add_axes((0, 0, 1, 1))
i want to know what means : in this code
i guessed that plt.figure()'s return will be arguments about plt.Figure
and return value about plt.Figure will pass to fig in this sentence
but i'm not sure it is right flow.
i tried search in google but string ':' was dismissed..
thx for reading it. have a good day