[Mma] one more problem with plotting (fwd)

boud boud at astro.uni.torun.pl
Tue May 27 15:12:17 CEST 2003


> Subject: one more problem with plotting
>
> There's another thing I don't know how to solve. If a make a "double
> plot"
> for example:
> plot (vec_t,vec_x,";x(t);",vec_t,vec_y,";y(t);")
> two functions are plotted (on the screen). But if I plot the same thing
> into a file .gif, only one function is plotted (see
> http://adjani.astro.uni.torun.pl:9673/zwicky/Program%20world_line.m
> Do you know how to cope with it?
> MB

This explanation is not very clear:
http://www.octave.org/text/mailing-lists/help-octave/2000/627

but the following works (for me, anyway):

octave:46> gset term gif
octave:47> gset output "mytest.gif"
octave:48> replot






More information about the Mma mailing list