Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

subplots

# new style method 1; unpack the axes
fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, sharex=True, sharey=True)
ax1.plot(x)
Source by matplotlib.org #
 
PREVIOUS NEXT
Tagged: #subplots
ADD COMMENT
Topic
Name
1+2 =