octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42436] Unable to print TeX labels to .eps and


From: anonymous
Subject: [Octave-bug-tracker] [bug #42436] Unable to print TeX labels to .eps and .ps formats with gnuplot
Date: Tue, 27 May 2014 08:45:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42436>

                 Summary: Unable to print TeX labels to .eps and .ps formats
with gnuplot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 27 May 2014 08:45:17 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: CC
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:


Recently I upgraded from Ubuntu 13.10 to 14.04, which brings the Octave from
3.6.4 to 3.8.1 and the gnuplot from 4.6.3 to 4.6.4. After the upgrade, the TeX
symbols in plots do not work correctly in the output files. 

Example code:

----

x=linspace(0,1,100);
plot(x,2*x);
title('\Pi');
print('testfig.ps','-dps2','-color');
pause;

----

The graph shown on the screen displays the Greek character "Pi" correctly, but
the output file "testfig.ps" only shows a string "Pi" in Roman characters.

Similar problem also occurs for "-deps" format, and also superscript and
subscript do not work.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42436>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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