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

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

[Octave-bug-tracker] [bug #50202] automatic padding: a(3)=4


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50202] automatic padding: a(3)=4
Date: Wed, 1 Feb 2017 16:27:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #4, bug #50202 (project octave):

I tested with line objects and the logic seams to be the same:


a(2) = line ();
>> a

a = 

  1x2 graphics array:

    GraphicsPlaceholder    Line               

>> a(1)

ans = 

  GraphicsPlaceholder with no properties.

>> a(2)

ans = 

  Line with properties:

              Color: [0 0 0]
          LineStyle: '-'
          LineWidth: 0.5000
             Marker: 'none'
         MarkerSize: 6
    MarkerFaceColor: 'none'
              XData: [0 1]
              YData: [0 1]
              ZData: [1x0 double]

  Show all properties

>> 


They pad with "GraphicsPlaceholder", the equivalent of a 0 for double.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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