help-octave
[Top][All Lists]
Advanced

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

Re: ocatve3.8.1 crashing while saving plot


From: Tatsuro MATSUOKA
Subject: Re: ocatve3.8.1 crashing while saving plot
Date: Wed, 25 Jun 2014 18:34:42 +0900 (JST)

----- Original Message -----

> From: rcharan51 
> To: help-octave
> Cc: 
> Date: 2014/6/25, Wed 15:49
> Subject: Re: ocatve3.8.1 crashing while saving plot
> 
> mesh(x,y,z);
> 
> then i tried to save from the figure window by pressing save 


From the situation I guess you are using fltk graphics_toolkit.
To save plot other than ps, you need to install ghostscript and 
PATH environmental variable is set properly.

(For to set PATH environmental variable, please use search engine e.g. Google)

Another option is to use gnuplot graphics_toolkit

octave> graphics_toolkit gnuplot

You can copy plot to clipboard by clipboard icon.

The merit and demerit exist for using gnuplot graphics_toolkit.

I cannot not say which toolkit is better.
I use both graphics toolkit as the situation demands.

Tatsuro



reply via email to

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