Hi,
I would like my graphs (scatter plots, if that info is relevant) with transparent backgrounds. Meaning, that for example when the image is on a Powerpoint slide with a colored background, the graph is transparent. I am saving the graphs as .png files.
The code generates graphs with a white background that is not transparent.
This is cross-posted to reddit: https://www.reddit.com/r/stata/comme...t_background/?
Thank you!
I would like my graphs (scatter plots, if that info is relevant) with transparent backgrounds. Meaning, that for example when the image is on a Powerpoint slide with a colored background, the graph is transparent. I am saving the graphs as .png files.
Code:
graphregion(color(none)) plotregion(color(none))
This is cross-posted to reddit: https://www.reddit.com/r/stata/comme...t_background/?
Thank you!