Question: What does ( 211 ) signify in the code below: 2->________ 2->________ 1->________ plt.subplot ( 211 ) plt.plot (dates, march2017, '--') plt.title ('March Temperatures') plt.ylabel
What does (211) signify in the code below:
2->________
2->________
1->________
plt.subplot (211)
plt.plot (dates, march2017, '--')
plt.title ('March Temperatures')
plt.ylabel ('Temperature')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
