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

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

[Octave-bug-tracker] [bug #39394] set error whith user defined "units" p


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39394] set error whith user defined "units" property
Date: Tue, 02 Jul 2013 08:21:31 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:22.0) Gecko/20100101 Firefox/22.0

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

                 Summary: set error whith user defined  "units" property
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 02 juil. 2013 08:21:30 GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When a "units" property is added to a graphics object using addproperty,
subsequent manipulations of this property, or any other user defined property
raises an error:


>> hg = hggroup ();
>> addproperty ("units", hg, "axesunits", "normalized")

error: base_graphics_object::get_properties: invalid graphics object

>> addproperty ("units", hg, "axesunits", "normalized") # called twice because
of bug http://savannah.gnu.org/bugs/?39371)
>> set (hg, "units", "points")

error: invalid value = data
error: set: invalid value for radio property "units" (value = data)
error: called from:
error:   /sw/share/octave/3.6.3/m/plot/private/__go_draw_axes__.m at line 448,
column 11
error:   /sw/share/octave/3.6.3/m/plot/private/__go_draw_figure__.m at line
167, column 19
error:   /sw/share/octave/3.6.3/m/plot/__gnuplot_drawnow__.m at line 86,
column 5

>> addproperty ("toto", hg, "any", 1)
>> set (hg, "toto", 2)

error: invalid value = data
error: set: invalid value for radio property "units" (value = data)
error: called from:
error:   /sw/share/octave/3.6.3/m/plot/private/__go_draw_axes__.m at line 448,
column 11
error:   /sw/share/octave/3.6.3/m/plot/private/__go_draw_figure__.m at line
167, column 19
error:   /sw/share/octave/3.6.3/m/plot/__gnuplot_drawnow__.m at line 86,
column 5



These errors only occur with gnuplot graphics toolkit.





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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