|
After toying with the code, I found that in fact my use of 'linesmoothing', 'on' causes the Y and X axes (but not the rest of the box) to disappear. Anyone else find this and/or knows a way to get around this problem?
"Rohan " <rohan.gidvani@gmail.com> wrote in message <io9pj5$icd$1@fred.mathworks.com>...
> Sorry if posted elsewhere.
> The only deviation from the default I have made is:
>
> set(fh,'color', 'white');
>
> so fh = figure(1);
> set(fh, ‘color’, ‘white’);
>
> This does change the background to white (from gray), which is my intention, but it causes the Y and X axes (but not their right and top "box" counterparts) to disappear or what I assume is turn them to white.
>
> I tried using the set(gcf,'color','white') command, but it resulted in the same. I'm a total noob, so any guidance is greatly appreciated. Thanks
>
> Rohan
|