From: Ryan Webb on 30 Apr 2010 13:30 Whenever I export a color figure to .eps using saveas, the figure saves as black and white. If I manually export using the File menu, the figure saves properly. Using fileexchange code (export_fig) yields the same result. Any ideas?
From: Steven Lord on 30 Apr 2010 13:49 "Ryan Webb" <ummd14(a)gmail.com> wrote in message news:9fe60188-5f13-47a5-821d-7a6cbadc4526(a)i9g2000vbh.googlegroups.com... > Whenever I export a color figure to .eps using saveas, the figure > saves as black and white. If I manually export using the File menu, > the figure saves properly. Using fileexchange code (export_fig) yields > the same result. > > Any ideas? Since SAVEAS says it accepts the same formats as PRINT does: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/saveas.html [in the last paragraph of the Description section] try using epsc or epsc2, which are listed in the Graphics Format Files section of the reference page for PRINT. http://www.mathworks.com/access/helpdesk/help/techdoc/ref/print.html -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: ImageAnalyst on 30 Apr 2010 14:42 Perhaps use export_fig: http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig
From: Ryan Webb on 30 Apr 2010 15:53 On Apr 30, 1:49 pm, "Steven Lord" <sl...(a)mathworks.com> wrote: > "Ryan Webb" <umm...(a)gmail.com> wrote in message > > news:9fe60188-5f13-47a5-821d-7a6cbadc4526(a)i9g2000vbh.googlegroups.com... > > > Whenever I export a color figure to .eps using saveas, the figure > > saves as black and white. If I manually export using the File menu, > > the figure saves properly. Using fileexchange code (export_fig) yields > > the same result. > > > Any ideas? > > Since SAVEAS says it accepts the same formats as PRINT does: > > http://www.mathworks.com/access/helpdesk/help/techdoc/ref/saveas.html > > [in the last paragraph of the Description section] try using epsc or epsc2, > which are listed in the Graphics Format Files section of the reference page > for PRINT. > > http://www.mathworks.com/access/helpdesk/help/techdoc/ref/print.html > > -- > Steve Lord > sl...(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ Steve, that was it. Thank you. I put a documentation request in to mention that .eps is only black and white for noobs like myself.
|
Pages: 1 Prev: Load('.txt') only after first program run Next: HELP!! neural network |