PR
AI-enhanced title
plt.bar(x+0.3,c[Reduction],label='Reduction',color='grey',width=0.3) plt.xlabel('Indian Cities') plt.ylabel('AQI Values')plt.title('AQI analysis before and after lockdown')plt.legend()plt.show()