Re: R14sp3 and Mac OS X 10.4.2
- From: "Jit Sarkar" <bsarkar@**ucsd**.edu>
- Date: Wed, 19 Oct 2005 14:50:05 -0400
I've managed to get vector outputs using the export setup and save as
menus on the fiure window,
make sure you specify "Painters" as your rendering method, as this is
the only one that is vector (OpenGL and ZBuffer outputs are bitmap).
The exported eps files for me however do not have TIFF previews, and
according to the matlab help files this can only be done through the
command line
print -depsc -tiff <filename>. Which is a nuissance.
However, in the process of fiddling with figure exporting I came
across a much more serious issue (for me) that I'd like to see if
anyone else is having:
After fiddling with any figure export settings, I can no longer enter
anything into the command window, at all.
I can still use all the menus and switch between workspace and
directory view etc. on the desktop, scroll up and down in the
histories etc. But nothing I type shows up in the command window - I
have to quit and restart matlab to get control back, - which is a
major PITA because I'm trying to export multiple figures.
Any ideas?
Niels Madsen wrote:
>
>
> Taking into account the responses of Mike and Daniel, I've
> done my own tests again, and can confirm that it's not graphics
> that's the problem (as I prematurely claimed) but loading of ascii
> files.
>
> I have a file with 100x100 entries (ascii) and do this :
>>> tic; S=load(strcat('rwa_calcs/rwa_6e_ord2_21.txt')); toc
> Elapsed time is 14.184644 seconds.
>
> 14.2 seconds !?!? that's crazy - I can almost read them in by eye
> faster than that... what's wrong ? MathWorks - anybody out there ?
>
> The EPS issue however persists, I've tried :
>>> print(gcf,'-depsc', 'test.eps')
>
> both for pcolor and surf - and I end up with an eps file with a
> couple of bitmaps (in particular this looks horrible for the text)
> -
> easily testable by loading it in illustrator - so basically this is
> useless for making presentations for publications !? Anybody has a
> solution ?
>
> Cheers,
> Niels
>
> Daniel Ennis wrote:
>>
>>
>>> c) Graphics is really really slow. I have a simple file
> loading
> a
>>> 2d
>>> array and making a pcolor plot - of just 100x100 points -
and
> it
>>> takes 16 seconds with full CPU to make the plot - that is
> really
>>> really slow.
>>
>> I'm on OS X 10.4.2 and 7.1.0.183 (R14) Service Pack 3
>> Graphics rendering times seem okay to me. This in particular
is
>> pretty quick:
>>
>>>> a=rand(100,100); tic; figure; pcolor(a); toc
>> Elapsed time is 0.302568 seconds.
>>
>> Is that substantially different from what you are doing?
>>
>>> d) I can export graphics, but there are 2 problems. When
>> exporting
>>> as
>>> .ai files a the colors in the colorbar are not exported.
When
>>> exporting as a eps/pdf file the export is bitmap, not
vector
> -
> as
>>> in
>>> the old versions. This is quite annoying as it makes for
>>> non-scalable
>>> graphics that doesn't work well for print-out.
>>
>> Colorbars seem to export fine to PDF or EPS files, but I too am
>> seeing only bitmapped versions of the surfaces that are being
>> rendered. This won't be a problem until I try to submit my
next
>> paper so I hope this gets worked out soon.
.
- References:
- Re: R14sp3 and Mac OS X 10.4.2
- From: Daniel Ennis
- Re: R14sp3 and Mac OS X 10.4.2
- From: Niels Madsen
- Re: R14sp3 and Mac OS X 10.4.2
- Prev by Date: Re: Elementwise matrix inversion
- Next by Date: SOLVED: Saving Mixed Data types to the same file
- Previous by thread: Re: R14sp3 and Mac OS X 10.4.2
- Next by thread: Re: R14sp3 and Mac OS X 10.4.2
- Index(es):
Relevant Pages
|