bugGNU Octave - Bugs: bug #35330, TeX legend entries fail when...

 
 

bug #35330: TeX legend entries fail when passed to plot()

Submitter:  Ben Abbott <bpabbott>
Submitted:  Thu 19 Jan 2012 07:03:37 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Ben Abbott Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 06 Mar 2012 02:23:42 PM UTC, comment #4: 

The change was made to the development branch after the 3.6.0 stable release, so it won't see the light of day until the 3.8.0 release.

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Tue 06 Mar 2012 07:04:33 AM UTC, comment #3: 

I had a look at the new Octave 3.6 and saw that the patch is not applied there.
Are changesets delayed for some reasons before added to a newer version?

Walter White <homerun4711>
Sun 22 Jan 2012 05:58:04 PM UTC, comment #2: 

The patch works for me!  Marking issue as fixed and closing report.

Rik <rik5>
Group administrator
Fri 20 Jan 2012 12:50:49 AM UTC, comment #1: 
Ben Abbott <bpabbott>
Group Member
Thu 19 Jan 2012 07:03:37 PM UTC, original submission:  

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))


Ben Abbott <bpabbott>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by homerun4711 (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by bpabbott (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-01-22 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2012-01-20 bpabbott StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code