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

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

[Octave-bug-tracker] [bug #39371] addproperty fails for "axesunits" type


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39371] addproperty fails for "axesunits" type
Date: Tue, 02 Jul 2013 06:55:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #6, bug #39371 (project octave):

Ok, the bug with gnuplot is raised when trying to manipulate the new property.
Can you confirm that the following code (ran with gnuplot toolkit) :


>> graphics_toolkit gnuplot
>> hg = hggroup;
>> addproperty ('units', hg, 'axesunits', 'normalized')
error: base_graphics_object::get_properties: invalid graphics object
error: base_graphics_object::get_properties: invalid graphics object
>> addproperty ('units', hg, 'axesunits', 'normalized')
>> set (hg, "units", "points")
error: set: invalid value for radio property "units" (value = data)
error: called from:
error:  
/home/pantxo/dev/octavebuild/../octave/scripts/plot/private/__go_draw_axes__.m
at line 458, column 11
error:  
/home/pantxo/dev/octavebuild/../octave/scripts/plot/private/__go_draw_figure__.m
at line 173, column 19
error:  
/home/pantxo/dev/octavebuild/../octave/scripts/plot/__gnuplot_drawnow__.m at
line 86, column 5


... always raises an error, either in dev version or in release (I am on
3.6.3, not 3.6.4)?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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