Home
last modified time | relevance | path

Searched refs:axesflag (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_1109.tst23 // axesflag=0 nothing around the plot
25 plot2d(x, x, axesflag=0);
30 // axesflag=1: axes + box + y left
32 plot2d(x, x, axesflag=1);
38 // axesflag=2: box + no axes
40 plot2d(x, x, axesflag=2);
45 // axesflag=3: axes + !box + y right
47 plot2d(x, x, axesflag=3);
55 plot2d(x, x, axesflag=4);
63 plot2d(x, x, axesflag=5);
[all …]
H A Dbug_1109.dia.ref18 // axesflag=0 nothing around the plot
20 plot2d(x, x, axesflag=0);
24 // axesflag=1: axes + box + y left
26 plot2d(x, x, axesflag=1);
31 // axesflag=2: box + no axes
33 plot2d(x, x, axesflag=2);
37 // axesflag=3: axes + !box + y right
39 plot2d(x, x, axesflag=3);
46 plot2d(x, x, axesflag=4);
53 plot2d(x, x, axesflag=5);
[all …]
H A Dbug_13735.dia.ref18 assert_checkerror("plot2d(x, y, 5, axesflag = -4)", _("%s: Wrong value for axesflag option.\n"), []…
H A Dbug_13735.tst21 assert_checkerror("plot2d(x, y, 5, axesflag = -4)", _("%s: Wrong value for axesflag option.\n"), []…
H A Dbug_2171.dia.ref17 Matplot(Lenna,axesflag=0,frameflag=4);
H A Dbug_2171.tst20 Matplot(Lenna,axesflag=0,frameflag=4);
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/macros/
H A D%i_Matplot.sci14 function %i_Matplot(z,strf,rect,nax,frameflag,axesflag)
22 opts=[opts,"frameflag="+part(strf,2),"axesflag="+part(strf,3)],
39 if exists("axesflag" ,"local")==1 then
41 …ntf(gettext("%s: ''%s'' already defined by the ''%s'' argument."),"%%i_Matplot","axesflag","strf"))
43 opts=[opts,"axesflag=axesflag"] ,
46 … ''%s'', ''%s'' or ''%s'' expected.\n"),"%%i_Matplot","strf","rect","nax","frameflag","axesflag"));
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/cpp/
H A Dsci_matplot.cpp57 int *axesflag = NULL; in sci_matplot() local
300 if (axesflag) in sci_matplot()
302 delete[] axesflag; in sci_matplot()
335 if (axesflag) in sci_matplot()
337 delete[] axesflag; in sci_matplot()
367 else if (o.first == L"axesflag" && axesflag == NULL) in sci_matplot()
369 axesflag = new int[iSize]; in sci_matplot()
372 axesflag[i] = (int)pdbl[i]; in sci_matplot()
396 if (axesflag != &axes_def) in sci_matplot()
419 if (axesflag) in sci_matplot()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A Dfplot2d.sci44 if exists("axesflag","local")==1 then opts=[opts,"axesflag=axesflag"],end
46 …'%s'' expected.\n"),"fplot2d","style","strf","leg","rect","nax","logflag","frameflag","axesflag"));
H A Dfgrayplot.sci48 if exists("axesflag","local")==1 then opts=[opts,"axesflag=axesflag"],end
H A Dhistplot.sci19 function [y, ind] = histplot(n,data,style,strf,leg,rect,nax,logflag,frameflag,axesflag,normalizatio…
30 // style,strf,leg,rect,nax,logflag,frameflag,axesflag
58 histplot([-4.5:0.25:4.5],rand(1,20000,"n"),style=2,axesflag=1,..
87 opt_arg_list = ["style","strf","leg","rect","nax","logflag","frameflag","axesflag"]
H A Dcontour2d.sci91 if exists("axesflag","local") then
92 opts = [opts, "axesflag=axesflag"];
H A D%_plot2d.sci23 plot2d(x, [sin(x),sin(2*x),sin(3*x)], style=[-1,-2,3], rect=[0,-2,2*%pi,2], axesflag=1);
H A Dpolarplot.sci182 axesflag=0
183 opts=[opts,"axesflag=axesflag"],
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/unit_tests/
H A Dplot2d.tst14 assert_checkerror("plot2d( logflag=""nn"", style=[-1,-2,3], rect=[0,-2,2*%pi,2], axesflag=1)", errm…
496 // Check axesflag=1
499 plot2d(x, sin(x), axesflag=1);
549 // Check axesflag=2
552 plot2d(x, sin(x), axesflag=2);
602 // Check axesflag=3
605 plot2d(x, sin(x), axesflag=3);
655 // Check axesflag=4
658 plot2d(x, sin(x), axesflag=4);
708 // Check axesflag=5
[all …]
H A Dplot2d.dia.ref12 assert_checkerror("plot2d( logflag=""nn"", style=[-1,-2,3], rect=[0,-2,2*%pi,2], axesflag=1)", errm…
481 // Check axesflag=1
484 plot2d(x, sin(x), axesflag=1);
534 // Check axesflag=2
537 plot2d(x, sin(x), axesflag=2);
587 // Check axesflag=3
590 plot2d(x, sin(x), axesflag=3);
640 // Check axesflag=4
643 plot2d(x, sin(x), axesflag=4);
693 // Check axesflag=5
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/demos/tracking/
H A Dtrack.dem.sce35 plot2d(instants',totrack',axesflag=1);
65 [totrack(1,:)',z(1,:)'], axesflag=1);
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/2d_3d_plots/
H A Dplotyy.dem.sce51 plot2d(x,y2,logflag="nl",axesflag=3,style=red); // plots new data. axesflag=3
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_image.h87 int boxflag,axesflag; // 0/1 for draw box and axes
H A Ddump_image.cpp154 axesflag = NO; in DumpImage()
309 if (strcmp(arg[iarg+1],"yes") == 0) axesflag = YES; in DumpImage()
310 else if (strcmp(arg[iarg+1],"no") == 0) axesflag = NO; in DumpImage()
866 if (axesflag) { in create_image()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_export/tests/nonreg_tests/
H A Dbug_1248.dia.ref21 plot2d(x,y,frameflag=8,axesflag=1);
H A Dbug_1248.tst25 plot2d(x,y,frameflag=8,axesflag=1);
/dports/science/sparta/sparta-20Oct2021/src/
H A Ddump_image.h47 int boxflag,axesflag; // 0/1 for draw box and axes
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddump_image.h72 int boxflag, axesflag; // 0/1 for draw box and axes variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/
H A Dxsetechfig.sce104 plot2d(t,sin(t),style=16,axesflag=2)

12