exported image.
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Bar Chart - Python - How to Create a Bar Chart
I exported the plot as an image and it is plank white with no chart on it.
2 answers ( 0 marked as helpful)
Hi Fatma,
Please try pasting with Paste Special and using Enhanced Metafile. Hopefully this helps!
Best,
Ned
Hi Fatma,
thanks for reaching out!
If you're writing python code for this one may I suggest that you switch the last two lines in the code from the video and have this instead:
plt.savefig("Used Cars Bar.png")
plt.show()
Let me know if you have any further questions!
Best,
365 Eli