CBSE Class 12 Informatics Practices
Question 34 of 73
Data Visualization using Matplotlib — Question 11
Back to all questionsplt.xlabel("No. of Patients")
Reason — The plt.xlabel() function is used to set the label for the x-axis of a plot. In this case, the command plt.xlabel("No. of Patients") sets the x-axis label to "No. of Patients", which is suitable for a COVID-19 patient analysis in the Mumbai region.