help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to save image from plot3 after rotating it


From: Juan Pablo Carbajal
Subject: Re: how to save image from plot3 after rotating it
Date: Thu, 21 Feb 2013 15:21:54 +0100

On Thu, Feb 21, 2013 at 3:19 PM, Hugo Coolens <address@hidden> wrote:
>
>
> 2013/2/21 Juan Pablo Carbajal <address@hidden>
>>
>> On Thu, Feb 21, 2013 at 2:29 PM, Hugo Coolens <address@hidden>
>> wrote:
>> > After plotting an image with the plot3 command, I need to rotate it a
>> > bit to
>> > get a better view, this as such works perfectly. I'd now like to make an
>> > eps-from this rotated version,
>> > however entering print -deps rotatedversion.eps results in the original
>> > picture being printed. Is there a workaround for this behaviour?
>> >
>> > thanks
>> > hugo
>> >
>> > _______________________________________________
>> > Help-octave mailing list
>> > address@hidden
>> > https://mailman.cae.wisc.edu/listinfo/help-octave
>> >
>>
>> Have you tried using the 'view' command instead of rotating with the
>> mouse?
>
> well, I see I can get the current view with [AZIMUTH, ELEVATION] = view ()
> but how can I make the print command use this?
>
> thanks
> hugo

Hugo, always keep the mailing list in CC.

You can set the view and then print
> plot3 ( ...
> view (azh, ele);
> print ...

try if that prints the correct rotated version of your plot


reply via email to

[Prev in Thread] Current Thread [Next in Thread]