[Scilab-users] Plot format changes

Tim Wescott Tim at Wescottdesign.com
Fri Oct 7 00:14:34 CEST 2016


    
(Sent previously just to Samuel by mistake)
drawlater();
gfig = gcf ();
<stuff>
<the code below>
<more stuff>
drawnow();


Sent from my Verizon 4G LTE smartphone

-------- Original message --------
From: Samuel Gougeon <sgougeon at free.fr> 
Date: 10/6/16  2:13 PM  (GMT-08:00) 
To: tim at wescottdesign.com, Users mailing list for Scilab <users at lists.scilab.org> 
Subject: Re: [Scilab-users] Plot format changes 

Le 06/10/2016 21:57, Tim Wescott a écrit :
> So, I have some code that works all right, it works all right but not
> exactly quite*:
>
>      errbar(time(ixg) / sampleRate, ..
>                  demodulator.eqData.idealPulse(ix), pv, pv);
>
>      gfig.children(1).children(1).clip_state = 'on';
>      gfig.children(1).children(1).segs_color = 4;
>
> This has worked for me splendedly for years, but there's something about
> the data that I'm running through it today that makes it error out,
> reporting that
>
> !--error 999
> 'clip_state' property does not exist for this handle.
.
Where and how is gfig defined?



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161006/ac08aae7/attachment.htm>


More information about the users mailing list