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

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

[Octave-bug-tracker] [bug #35330] TeX legend entries fail when passed to


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35330] TeX legend entries fail when passed to plot()
Date: Thu, 19 Jan 2012 19:03:37 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7

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

                 Summary: TeX legend entries fail when passed to plot()
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Thu 19 Jan 2012 02:03:37 PM EST
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Using the gnuplot toolkit with Octave-3.4.0 and with the current developers
sources, the following works for me.


x = 1:10
y = rand(10,1)
display_name = '\eta_{efficiency} \epsilon^{2} \lambda \lambda \alpha'
plot (x, y)
legend (display_name)
ylabel (display_name)
xlabel (display_name)
title (display_name)


However, pasing the display name as part of the plot command does not.


plot (x, y, sprintf (";%s;", display_name))





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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