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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39371] addproperty fails for "axesunits" type
Date: Mon, 01 Jul 2013 07:46:28 +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

Update of bug #39371 (project octave):

                  Status:                    None => Confirmed              
         Originator Name:                         => Pantxo Diribarne       
                 Release:                   3.6.3 => dev                    

    _______________________________________________________

Follow-up Comment #1:

I can confirm this bug with the developers sources.


addproperty ('myunits', gca (), 'axesunits', 'normalized')
error: base_graphics_object::get_properties: invalid graphics object
error: base_graphics_object::get_properties: invalid graphics object


As a work around try,


addproperty ('myunits', gca (), 'radio',
'centimeters|characters|inches|{normalized}|pixels|points')


Due to the erroneous command below, I suspect the fix to the sources is
trivial.


addproperty ('myunits', gca, 'axesunits',
'centimeters|characters|inches|{normalized}|pixels|points')
error: invalid value =
centimeters|characters|inches|{normalized}|pixels|points
error: set: invalid value for radio property "myunits" (value =
centimeters|characters|inches|{normalized}|pixels|points)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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