[Scilab-users] Plot format changes

Samuel Gougeon sgougeon at free.fr
Sun Oct 9 11:35:06 CEST 2016


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 define an explicit non empty .clip_box=[...] before switching 
to  .clip_state = 'on';
Otherwise the .clip_state remains to the "clipgrf" mode.




More information about the users mailing list