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

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

[Octave-bug-tracker] [bug #35662] set ticklength breaks plot


From: Muhali
Subject: [Octave-bug-tracker] [bug #35662] set ticklength breaks plot
Date: Tue, 28 Feb 2012 22:56:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

                 Summary: set ticklength breaks plot
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Tue 28 Feb 2012 02:56:32 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This code


tl = get(0, "defaultaxesticklength") ;
set(0, "defaultaxesticklength", tl/2) ;
plot(rand(2,1)) ;


results in the following error:

error: __go_axes__: operator *: nonconformant arguments (op1 is 0x0, op2 is
4x1)
error: called from:
error:   /tmp/octave-3.7/share/octave/3.7.0+/m/plot/axes.m at line 39, column
9
error:   /tmp/octave-3.7/share/octave/3.7.0+/m/plot/gca.m at line 45, column
9
error:   /tmp/octave-3.7/share/octave/3.7.0+/m/plot/__plt_get_axis_arg__.m at
line 64, column 11
error:   /tmp/octave-3.7/share/octave/3.7.0+/m/plot/plot.m at line 186, column
25
error:   /tmp/foo.m at line 3, column 1





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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