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

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

[Octave-bug-tracker] [bug #51399] Printing a logarithm plot with fltk an


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #51399] Printing a logarithm plot with fltk and epslatexstandalone produces an output that doesn't compile
Date: Thu, 6 Jul 2017 03:58:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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

                 Summary: Printing a logarithm plot  with fltk and
epslatexstandalone produces an output that doesn't compile
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Thu 06 Jul 2017 07:58:07 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following


graphics_toolkit ('fltk')
x = 1:10;
y = 10 .^ -x;
semilogy (x, y)
print ('-depslatexstandalone', 'test.tex')
system ('latex test.tex')


does not work. The problem is the string 10^{-something} which should be
included between dollars. I marked it as a regression, since it worked in
4.0.x, although there the generated strings were 1e-something.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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