help-octave
[Top][All Lists]
Advanced

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

Re: Geometry-drawPolyline3d-object-subplot


From: Vicent
Subject: Re: Geometry-drawPolyline3d-object-subplot
Date: Mon, 10 Dec 2018 14:19:51 -0600 (CST)

mmuetzel wrote
> Graphics objects can have only one parent in Octave. So you can't use the
> very same object in several parents.
> But "copyobj" should be working. (I don't know whether that would make any
> performance difference though.)
> Did you try with specifying the new parent?
> 
> [...]
> hax2 = subplot (2,2,3);
> [...]
> myLine2 = copyobj(myLine, hax2);
> 
> 
> Markus

Hi, you've been very helpful. That's what I needed. I've test it is a small
scale and works very good. I'll test again to my representation of a robotic
arm and hope still works well.
Thanks 
<http://octave.1599824.n4.nabble.com/file/t373116/RoboticArm.png> 




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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