help-octave
[Top][All Lists]
Advanced

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

Re: how to put square root in the plotting


From: Tatsuro MATSUOKA
Subject: Re: how to put square root in the plotting
Date: Wed, 10 Jun 2015 18:43:28 +0900 (JST)

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

> From: JokerOne 
> To: help-octave
> Cc: 
> Date: 2015/6/10, Wed 17:52
> Subject: Re: how to put square root in the plotting
> 
>T ry
> 
> \surd
> 
> e.g.
> 
> title(\surd)
> 
> also see:
> https://www.gnu.org/software/octave/doc/interpreter/Use-of-the-interpreter-Property.html
> 
> JokerOne
> 


To use this properties, you should have TeX environments (e.g. MiKTex for 
windows, Texlive for unixy platform.)
As wrote in the above instruction pointed by JokerOne, you should use gnuplot 
graphics_toolkit.

For making TeX output use print command with e.g.,
>> print("foo.tex", "-depslatex" );

See the below for details:
http://www.gnu.org/software/octave/doc/interpreter/Printing-and-Saving-Plots.html#index-print


Tatsuro



reply via email to

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