, , .
, . , plt.subplots() , , plt.figure() .
. , :
fig, ax = plt.subplots()
fig = plt.figure()
ax = fig.add_subplot(111)
, , , . , :
fig = plt.figure()
ax = fig.add_axes([.1, .1, .2, .8])
.
, ?
subplots , ( (1, 1). , , ,
fig, axes = plt.subplots(1, 2)
axes (1, 2), Axes. Python :
fig, (ax1, ax2) = plt.subplots(1, 2)
, , MATLAB?
pyplot Figure Axes. Matplotlib ( MATLAB) "" . plt.plot, ( ). plt.savefig, .
, - . , , , , (, ), , , , , . , , - , , , .