2.3.1. How do I invert the background on my printout?
set(gcf,'InvertHardCopy','on')
2.3.2. How do I change my background for plots?
To change the background color of your plot from black to white, type cinvert at the MATLAB prompt. To make the default setting white, place the following line in your startup.m file
whitebg To change the color of your figure window to something other than black or white, type the following:
set(gcf,'Color','red')
0 Comments:
Post a Comment