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

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

[Octave-bug-tracker] [bug #39359] printing plot with legend modifies pos


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39359] printing plot with legend modifies position
Date: Fri, 28 Jun 2013 15:15:57 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

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

                 Summary: printing plot with legend modifies position
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Fri 28 Jun 2013 11:15:55 AM EDT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: bpabbott
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Repeating the command below (id 7b53de2c7412) results in a shrinking figure
axes size.


plot (1:2); legend ("a"); print test.png
 

Its been reported that the problem does not exist prior to 286904321282. 
However, I'm unable to confirm.  I ran these commands;


hg revert -a -r d749c9b588e5
./run-octave --no-gui
close all
graphics_toolkit gnuplot
demo legend 1
print test.png


And encountered a bug with printing.


error: set: invalid handle (= -19.1813)
error: set: invalid handle (= -19.1813)
error: called from:
error:  
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/private/__gnuplot_print__.m
at line 177, column 5
error:  
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/private/__gnuplot_print__.m
at line 123, column 5
error:  
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/print.m at
line 414, column 12


If I revert further,


hg revert -a -r cddf9103a566


Then all works as it should.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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