help-octave
[Top][All Lists]
Advanced

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

Re: Octave does not print latex symbols (fig2dev not available?)


From: Ben Abbott
Subject: Re: Octave does not print latex symbols (fig2dev not available?)
Date: Wed, 17 Sep 2014 17:30:17 -0400

On Sep 17, 2014, at 5:22 PM, Ben Abbott <address@hidden> wrote:

> On Sep 17, 2014, at 8:29 AM, szam <address@hidden> wrote:
> 
>> Hi to everyone
>> 
>> After upgrading to Ubuntu 14 octave (does not seem to be able to print tex
>> labels (like ylabel('\phi')) anymore. 
>> 
>> Probably this is related with this warning message:
>> 
>> "warning: print.m: fig2dev binary is not available.
>> Some output formats are not available."
>> 
>> Any idea on how to solve this? 
>> 
>> Samuel
> 
> I should probably be able to figure this out via the web, but ... what 
> version of Octave and which graphics toolkit are you using?
> 
> Ben

For Octave 3.8.1 (which is available for Ubuntu 14.04), the gnuplot graphics 
toolkit supports TeX.

        close all
        graphics_toolkit gnuplot
        plot (rand (3))
        xlabel ('\phi')
        print test.png

Ben




reply via email to

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