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

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

[Octave-bug-tracker] [bug #50466] makehgtform function missing


From: Rik
Subject: [Octave-bug-tracker] [bug #50466] makehgtform function missing
Date: Wed, 19 Dec 2018 18:38:38 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #21, bug #50466 (project octave):

I pushed the the change to add support for text objects here
(https://hg.savannah.gnu.org/hgweb/octave/rev/298c30063b2f).

I'll take a look now at what is happening with line and plot.  I have a
question, the code snippet you presented (shown below) doesn't run for me
because 'x[]' is not a valid expression.


    hgt = hgtransform(hax);
    if isOctave
        h = line(x[], y[], z[], options);
        set(h, 'parent', hgt);
    else
       line(x[], y[], z[], options, 'Parent', hgt);
    end


What is the correct code?  Is it 


        h = line([], [], [], options);
        set(h, 'parent', hgt);




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?50466>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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