Last answered:

10 Feb 2023

Posted on:

05 Feb 2023

1

Export chart as a picture

I have a problem while exporting chart as a picture, the result of chart picture just only white blank



1 answers ( 0 marked as helpful)
Instructor
Posted on:

10 Feb 2023

2

Hi Alifia, 

thanks for reaching out! There is a small error in the lesson, which is causing the error. To fix the issue, please change the order of the two last lines in the code, like so:

plt.savefig("Used Cars Bar.png") 
plt.show()

Let me know if you have any further questions!

Best, 

365 Eli

Submit an answer