I tried saving the plot with following code
from google.colab import files
.....
plt.savefig('/content/drive/MyDrive/Project/firstone.jpeg' ,dpi=200,format='jpeg',bbox_inches='tight')
files.download('firstone.jpeg')
An image is saved but, it's with a blank white space with nothing on it, downloaded image is also same.