Re: [Scilab-users] Plot format changes

2016-10-09 Thread Samuel Gougeon
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'; . You must d

Re: [Scilab-users] Plot format changes

2016-10-09 Thread Samuel Gougeon
Le 09/10/2016 10:49, Samuel Gougeon a écrit : However, with Scilab 6.0, the assignment segs.clip_state = 'on'; does not work: "clipgrf" is assigned instead. It is a bug, but i don't think it can explain the error you are reporting. . Actually, it is not a bug: assigning .clip_state="on" is ta

Re: [Scilab-users] Plot format changes

2016-10-09 Thread Samuel Gougeon
Le 07/10/2016 00:11, Tim Wescott a écrit : I should add that even here it works through about a dozen iterations before it fails -- it's definitely data dependant somehow. . Even if we had access to data and to the full explicit context, a transient error would be difficult to track and fix. I

Re: [Scilab-users] Plot format changes

2016-10-06 Thread Tim Wescott
: 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.idealPu

Re: [Scilab-users] Plot format changes

2016-10-06 Thread Samuel Gougeon
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.chi

[Scilab-users] Plot format changes

2016-10-06 Thread Tim Wescott
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 wo