Home > Archive > Matlab > November 2005 > Figure control..
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I'm having a bit of trouble mastering the control of the appearance
of my Matlab figures..
In earlier versions of Matlab, my plots had white backgrounds. Now in
version 7, the same code generates grey backgrounds. Were the
defaults changed? How can I control this?
Also I have a handy control bar on the UI of the figure with buttons
for 'plot', 'fast forward', and 'reverse.' In the past this bar wan't
included on the PrintToFile version of the figure, but now it is..
How can I change my figure print to file process so that the controls
aren't included?
| |
|
| Hi Shawn,
you might want to change the 'Default Property Values'. For more
information please read the help for Handle Graphics Property,
section 'Default Property Values'.
Tiga
| |
| Richard Quist 2005-11-22, 8:02 am |
| the -noui option of print may be what you need for saving the figure
without the control bar.
--
Richard Quist
Software Developer The MathWorks, Inc.
"Shawn" <shantryNOSPAM@gmail.gov> wrote in message
news:ef1c4cd.-1@webx.raydaftYaTP...
> I'm having a bit of trouble mastering the control of the appearance
> of my Matlab figures..
>
> In earlier versions of Matlab, my plots had white backgrounds. Now in
> version 7, the same code generates grey backgrounds. Were the
> defaults changed? How can I control this?
>
> Also I have a handy control bar on the UI of the figure with buttons
> for 'plot', 'fast forward', and 'reverse.' In the past this bar wan't
> included on the PrintToFile version of the figure, but now it is..
> How can I change my figure print to file process so that the controls
> aren't included?
|
|
|
|
|