~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/graphics/tests/nonreg_tests/bug_313.tst

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
y1=[cos(x);100*cos(x)];
24
24
y1=y1+20*ones(y1);
25
25
// No clip 
26
 
plot2d([-100,500],[-100,600],[-1,-1],"022");
 
26
plot2d([-100,500],[-100,600],[-1,-1],strf="022");
27
27
xsegs(10*x1+200*ones(x1),10*y1+200*ones(y1));
28
28
// rectangle clipping zone 
29
 
clf(); plot2d([-100,500],[-100,600],[-1,-1],"022")
 
29
clf(); plot2d([-100,500],[-100,600],[-1,-1],strf="022")
30
30
xrect(clipBox(1), clipBox(2), clipBox(3), clipBox(4));
31
31
axes = gca();
32
32
axes.clip_box = clipBox;