bugGNU Octave - Bugs: bug #42949, gnuplot no longer creates legend...

 
 

bug #42949: gnuplot no longer creates legend object when the axis has log scale

Submitter:  Rik <rik5>
Submitted:  Fri 08 Aug 2014 05:00:26 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 10 Aug 2014 03:18:47 PM UTC, comment #2: 

Thanks for finding that.  I checked in the fix here (http://hg.savannah.gnu.org/hgweb/octave/rev/391e080ae810).  Closing report.

Rik <rik5>
Group administrator
Sun 10 Aug 2014 08:05:58 AM UTC, comment #1: 

Hi Rik, the regression was introduced in cset f84361735a40

Omitting line continuation only works for function parameters.

+verbose+
-      fontspacespec = [ create_spacingspec(fontname, fontsize, gnuplot_term),
+      fontspacespec = [ create_spacingspec(fontname, fontsize, gnuplot_term) ...
-verbose-


Stefan Mahr <dac922>
Fri 08 Aug 2014 05:00:26 PM UTC, original submission:  

I found this by testing demo #7 from axis.m.  I've extracted and made the example even simpler.

Sample code:


plot (1:10)
set (gca, 'yscale', 'log')
legend ('abc')

gnuplot> set key box reverse vertical sfpoancti n"gV e1r.d2a5n a , 1 0 " textcolor rgb "#000000" enhanced;
                                      ^
         line 0: unknown key option


This works in version 3.8.1 and on the gui-release branch so this is a regression somewhere on the development branch.

Rik <rik5>
Group administrator

 

(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 dac922 (Posted a comment)
  • -email is unavailable- added by rik5 (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
    2014-08-10 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2014-08-08 rik5 Summarygnuplot no longer handles legends when an axis use log scale gnuplot no longer creates legend object when the axis has log scale

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code