I want to save my plot in python with size 1920* 1080 pixel. The way that I am doing now is
plt.subplots(figsize=(10, 12))
Could you please help me with that? Thank you so much.
I tried to change the dpi and etc. However, it does not work for me.