help-octave
[Top][All Lists]
Advanced

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

Re: Saving a 3d plot with different perspective


From: Juan Pablo Carbajal
Subject: Re: Saving a 3d plot with different perspective
Date: Tue, 15 May 2012 16:37:05 +0200

On Tue, May 15, 2012 at 6:42 AM, kiran.karra <address@hidden> wrote:
> Hi all,
> I am creating some 3d plots using mesh. I rotate the plots manually and
> would like to save the rotated plot  using the figure command.  I create a
> figure with a handle to the figure as follows:
>
> fig1 = figure(1);
> plot(x,y)
>
> # now I rotate the figure manually
>
> # save teh figure
> print(fig1, "figure1.png", "-dpng")
>
> However, the saved figure looks the same as the unrotated figure (original
> perspective).  Anybody know how I would save the figure using the figure
> command with the perspective that I want without using printscreen?
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Saving-a-3d-plot-with-different-perspective-tp4629767.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

I am not sure what is the problem. I never have complications using
the command view to set the perspective
plot(...
view (...
print (...

Cheers,

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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