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

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

[Octave-bug-tracker] [bug #48474] gnuplot: text color wrong with latex i


From: Hartmut
Subject: [Octave-bug-tracker] [bug #48474] gnuplot: text color wrong with latex interpreter (Windows release)
Date: Mon, 11 Jul 2016 18:30:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

                 Summary: gnuplot: text color wrong with latex interpreter
(Windows release)
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mon 11 Jul 2016 06:30:48 PM GMT
                Category: Plotting with gnuplot
                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: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

This is a regression of the official Windows release, concerning the gnuplot
graphics_toolkit. 

The following code works fine in the Octave 4.0.2 Windows release, but it
works wrong in the current 4.0.3 Windows release:


clear, close all;
graphics_toolkit gnuplot

plot(1:10)
text(1,8, 'red text line', 'Color','r');
text(1,6, 'red text line with subscript a_b', 'Color','r');


My observation: With the Octave 4.0.3 Windows release, the second line is
plotted in black, and not in red. (Observed on two different Win7 machines.
Using the official Windows installer from the Octave website.)

If you skip the subscript part in the second text line, then this line also
turns properly red in Octave 4.0.3 Windows. Any other "latex interpeter"
command is also sufficient to trigger this bug.

This bug does not show up on my (self compiled) Octave 4.0.3 release on Ubuntu
linux.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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