Home
last modified time | relevance | path

Searched refs:gplot (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dgplot.c135 GPLOT *gplot; in gplotCreate() local
187 GPLOT *gplot; in gplotDestroy() local
214 FREE(gplot); in gplotDestroy()
255 if (!gplot) in gplotAddPlot()
322 if (!gplot) in gplotSetScaling()
354 if (!gplot) in gplotMakeOutput()
394 if (!gplot) in gplotGenCommandFile()
494 if (!gplot) in gplotGenDataFiles()
538 GPLOT *gplot; in gplotSimple1() local
586 GPLOT *gplot; in gplotSimple2() local
[all …]
H A Dskew.c371 {GPLOT *gplot; in pixFindSkewSweep() local
372 gplot = gplotCreate("sweep_output", GPLOT_PNG, in pixFindSkewSweep()
377 gplotMakeOutput(gplot); in pixFindSkewSweep()
378 gplotDestroy(&gplot); in pixFindSkewSweep()
652 {GPLOT *gplot; in pixFindSkewSweepAndSearchScorePivot() local
653 gplot = gplotCreate("sweep_output", GPLOT_PNG, in pixFindSkewSweepAndSearchScorePivot()
658 gplotMakeOutput(gplot); in pixFindSkewSweepAndSearchScorePivot()
659 gplotDestroy(&gplot); in pixFindSkewSweepAndSearchScorePivot()
810 {GPLOT *gplot; in pixFindSkewSweepAndSearchScorePivot() local
815 gplotMakeOutput(gplot); in pixFindSkewSweepAndSearchScorePivot()
[all …]
H A Dbaseline.c116 GPLOT *gplot; in pixFindBaselines() local
194 gplot = gplotCreate("junkloc", GPLOT_X11, "Peak locations", in pixFindBaselines()
196 gplotAddPlot(gplot, naloc, naval, GPLOT_POINTS, "locs"); in pixFindBaselines()
197 gplotMakeOutput(gplot); in pixFindBaselines()
198 gplotDestroy(&gplot); in pixFindBaselines()
548 GPLOT *gplot; in pixGetLocalSkewAngles() local
550 gplot = gplotCreate("junkskew", GPLOT_X11, "skew as fctn of y", in pixGetLocalSkewAngles()
552 gplotAddPlot(gplot, NULL, naskew, GPLOT_POINTS, "linear lsf"); in pixGetLocalSkewAngles()
553 gplotAddPlot(gplot, nax, nay, GPLOT_POINTS, "actual data pts"); in pixGetLocalSkewAngles()
554 gplotMakeOutput(gplot); in pixGetLocalSkewAngles()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dgplot.c147 GPLOT *gplot; in gplotCreate() local
199 GPLOT *gplot; in gplotDestroy() local
278 if (!gplot) in gplotAddPlot()
348 if (!gplot) in gplotSetScaling()
387 if (!gplot) in gplotMakeOutput()
431 if (!gplot) in gplotGenCommandFile()
536 if (!gplot) in gplotGenDataFiles()
675 GPLOT *gplot; in gplotSimpleXY1() local
731 GPLOT *gplot; in gplotSimpleXY2() local
787 GPLOT *gplot; in gplotSimpleXYN() local
[all …]
H A Dskew.c509 {GPLOT *gplot; in pixFindSkewSweep() local
510 gplot = gplotCreate("sweep_output", GPLOT_PNG, in pixFindSkewSweep()
515 gplotMakeOutput(gplot); in pixFindSkewSweep()
516 gplotDestroy(&gplot); in pixFindSkewSweep()
793 {GPLOT *gplot; in pixFindSkewSweepAndSearchScorePivot() local
794 gplot = gplotCreate("sweep_output", GPLOT_PNG, in pixFindSkewSweepAndSearchScorePivot()
799 gplotMakeOutput(gplot); in pixFindSkewSweepAndSearchScorePivot()
800 gplotDestroy(&gplot); in pixFindSkewSweepAndSearchScorePivot()
950 {GPLOT *gplot; in pixFindSkewSweepAndSearchScorePivot() local
955 gplotMakeOutput(gplot); in pixFindSkewSweepAndSearchScorePivot()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dnuma1_reg.c50 GPLOT *gplot; in main() local
81 gplotMakeOutput(gplot); in main()
82 gplotDestroy(&gplot); in main()
94 gplotDestroy(&gplot); in main()
106 gplotDestroy(&gplot); in main()
120 gplotDestroy(&gplot); in main()
172 gplotDestroy(&gplot); in main()
194 gplotDestroy(&gplot); in main()
223 gplotDestroy(&gplot); in main()
249 gplotDestroy(&gplot); in main()
[all …]
H A Ddwamorph2_reg.c53 GPLOT *gplot; in main() local
123 gplotMakeOutput(gplot); in main()
124 gplotDestroy(&gplot); in main()
172 gplot = gplotCreate("/tmp/lept/morph/erode", GPLOT_PNG, in main()
178 gplotMakeOutput(gplot); in main()
179 gplotDestroy(&gplot); in main()
227 gplot = gplotCreate("/tmp/lept/morph/open", GPLOT_PNG, in main()
233 gplotMakeOutput(gplot); in main()
234 gplotDestroy(&gplot); in main()
288 gplotMakeOutput(gplot); in main()
[all …]
H A Dhistotest.c48 GPLOT *gplot; in main() local
72 gplot = gplotCreate("/tmp/lept/histo/color", GPLOT_PNG, in main()
75 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, "input pix"); in main()
76 gplotMakeOutput(gplot); in main()
77 gplotDestroy(&gplot); in main()
84 gplot = gplotCreate("/tmp/lept/histo/gray", GPLOT_PNG, in main()
87 gplotSetScaling(gplot, GPLOT_LOG_SCALE_Y); in main()
88 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, "input pix"); in main()
89 gplotMakeOutput(gplot); in main()
90 gplotDestroy(&gplot); in main()
H A Dotsutest1.c87 GPLOT *gplot; in GenerateSplitPlot() local
111 gplot = gplotCreate(buf, GPLOT_PNG, in GenerateSplitPlot()
114 gplotAddPlot(gplot, NULL, na1, GPLOT_LINES, title); in GenerateSplitPlot()
115 gplotAddPlot(gplot, nax, nay, GPLOT_LINES, NULL); in GenerateSplitPlot()
116 gplotMakeOutput(gplot); in GenerateSplitPlot()
117 gplotDestroy(&gplot); in GenerateSplitPlot()
124 gplot = gplotCreate(buf, GPLOT_PNG, in GenerateSplitPlot()
127 gplotAddPlot(gplot, NULL, nascore, GPLOT_LINES, title); in GenerateSplitPlot()
130 gplotAddPlot(gplot, nax, nay, GPLOT_LINES, NULL); in GenerateSplitPlot()
131 gplotMakeOutput(gplot); in GenerateSplitPlot()
[all …]
H A Dpixa1_reg.c42 GPLOT *gplot; in main() local
95 gplot = gplotCreate("/tmp/lept/pixa/root1", GPLOT_PNG, in main()
98 gplotAddPlot(gplot, nax, nay1, GPLOT_LINES, "select if both"); in main()
99 gplotAddPlot(gplot, nax, nay2, GPLOT_LINES, "select if either"); in main()
100 gplotMakeOutput(gplot); in main()
101 gplotDestroy(&gplot); in main()
137 gplot = gplotCreate("/tmp/lept/pixa/root2", GPLOT_PNG, in main()
140 gplotAddPlot(gplot, nax, nay1, GPLOT_LINES, "select if both"); in main()
141 gplotAddPlot(gplot, nax, nay2, GPLOT_LINES, "select if either"); in main()
142 gplotMakeOutput(gplot); in main()
[all …]
H A Dscaletest2.c269 GPLOT *gplot; in main() local
285 gplotSetScaling(gplot, GPLOT_LOG_SCALE_Y); in main()
286 gplotAddPlot(gplot, naseq, nar, GPLOT_POINTS, "red"); in main()
287 gplotAddPlot(gplot, naseq, nag, GPLOT_POINTS, "green"); in main()
288 gplotAddPlot(gplot, naseq, nab, GPLOT_POINTS, "blue"); in main()
289 gplotMakeOutput(gplot); in main()
298 gplotDestroy(&gplot); in main()
310 GPLOT *gplot; in main() local
341 gplotSetScaling(gplot, GPLOT_LOG_SCALE_Y); in main()
343 gplotMakeOutput(gplot); in main()
[all …]
H A Dextrema_reg.c44 GPLOT *gplot; in main() local
61 gplot = gplotCreate("/tmp/lept/extrema/plot", GPLOT_PNG, in main()
63 gplotAddPlot(gplot, NULL, na1, GPLOT_LINES, "plot 1"); in main()
74 gplotAddPlot(gplot, na2, na3, GPLOT_POINTS, "plot 2"); in main()
75 gplotMakeOutput(gplot); in main()
88 gplotDestroy(&gplot); in main()
H A Dcontrasttest.c45 GPLOT *gplot; in main() local
70 gplot = gplotCreate("/tmp/lept/contrast/trc2", GPLOT_PNG, in main()
76 gplotAddPlot(gplot, nax, na, GPLOT_LINES, buf); in main()
79 gplotMakeOutput(gplot); in main()
80 gplotDestroy(&gplot); in main()
H A Dgammatest.c45 GPLOT *gplot; in main() local
78 gplot = gplotCreate("/tmp/lept/gamma/corr", GPLOT_PNG, in main()
85 gplotAddPlot(gplot, nax, na, GPLOT_LINES, buf); in main()
88 gplotMakeOutput(gplot); in main()
89 gplotDestroy(&gplot); in main()
H A Ddna_reg.c43 GPLOT *gplot; in main() local
88 gplot = gplotCreate("/tmp/lept/regout/historoot", GPLOT_PNG, in main()
90 gplotAddPlot(gplot, nax, nahisto, GPLOT_LINES, "sine"); in main()
91 gplotMakeOutput(gplot); in main()
93 gplotDestroy(&gplot); in main()
H A Dcomparetest.c63 GPLOT *gplot; in main() local
140 gplot = gplotCreate("/tmp/lept/comp/rank", GPLOT_PNG, in main()
143 gplotAddPlot(gplot, NULL, na2, GPLOT_LINES, "rank"); in main()
144 gplotMakeOutput(gplot); in main()
145 gplotDestroy(&gplot); in main()
H A Drotatetest1.c151 GPLOT *gplot; in main()
164 gplot = gplotCreate("/tmp/lept/rotate/absdiff", GPLOT_PNG, in main()
166 gplotAddPlot(gplot, naseq, nar, GPLOT_POINTS, "red"); in main()
167 gplotAddPlot(gplot, naseq, nag, GPLOT_POINTS, "green"); in main()
168 gplotAddPlot(gplot, naseq, nab, GPLOT_POINTS, "blue"); in main()
169 gplotMakeOutput(gplot); in main()
178 gplotDestroy(&gplot); in main()
/dports/devel/clixon/clixon-4.8.0/test/
H A Dplot_perf.sh393 gplot=""
407 plot $gplot
411 gplot=""
425 plot $gplot
431 gplot=""
445 plot $gplot
450 gplot=""
464 plot $gplot
469 gplot=""
488 gplot=""
[all …]
/dports/sysutils/py-diffoscope/diffoscope-204/tests/data/
H A Drds_expected_diff197 -$variables$gplot
202 -$variables$gplot.arrow
207 -$variables$gplot.layout.adj
222 -$variables$gplot.layout.eigen
237 -$variables$gplot.layout.hall
243 -$variables$gplot.layout.mds
252 -$variables$gplot.layout.rmds
255 -$variables$gplot.layout.segeo
270 -$variables$gplot.loop
273 -$variables$gplot.target
[all …]
/dports/science/siesta/siesta-4.1.5/Tutorials/Bases/
H A Dorbs.gplot24 if (there_is_s1 == 1) call "suborb.gplot" "ORB.S1" "ORB.S1"
27 if (there_is_s2 == 1) call "suborb.gplot" "ORB.S2" "ORB.S2"
30 if (there_is_s3 == 1) call "suborb.gplot" "ORB.S3" "ORB.S3"
33 if (there_is_s4 == 1) call "suborb.gplot" "ORB.S4" "ORB.S4"
46 if (there_is_s5 == 1) call "suborb.gplot" "ORB.S5" "ORB.S5"
49 if (there_is_s6 == 1) call "suborb.gplot" "ORB.S6" "ORB.S6"
52 if (there_is_s7 == 1) call "suborb.gplot" "ORB.S7" "ORB.S7"
55 if (there_is_s8 == 1) call "suborb.gplot" "ORB.S8" "ORB.S8"
H A Dorbs.gps27 if (there_is_s1 == 1) call "suborb.gplot" "ORB.S1" "ORB.S1"
30 if (there_is_s2 == 1) call "suborb.gplot" "ORB.S2" "ORB.S2"
33 if (there_is_s3 == 1) call "suborb.gplot" "ORB.S3" "ORB.S3"
36 if (there_is_s4 == 1) call "suborb.gplot" "ORB.S4" "ORB.S4"
48 if (there_is_s5 == 1) call "suborb.gplot" "ORB.S5" "ORB.S5"
51 if (there_is_s6 == 1) call "suborb.gplot" "ORB.S6" "ORB.S6"
54 if (there_is_s7 == 1) call "suborb.gplot" "ORB.S7" "ORB.S7"
57 if (there_is_s8 == 1) call "suborb.gplot" "ORB.S8" "ORB.S8"
H A Dkbs.gplot10 if (there_is_0 == 1) call "subkb.gplot" "L=0" "KB.L0"
13 if (there_is_1 == 1) call "subkb.gplot" "L=1" "KB.L1"
16 if (there_is_2 == 1) call "subkb.gplot" "L=2" "KB.L2"
19 if (there_is_3 == 1) call "subkb.gplot" "L=3" "KB.L3"
H A Dkbs.gps12 if (there_is_0 == 1) call "subkb.gplot" "L=0" "KB.L0"
15 if (there_is_1 == 1) call "subkb.gplot" "L=1" "KB.L1"
18 if (there_is_2 == 1) call "subkb.gplot" "L=2" "KB.L2"
21 if (there_is_3 == 1) call "subkb.gplot" "L=3" "KB.L3"
/dports/games/cavezofphear/cavezofphear-0.6.1/src/
H A Dsplash.c30 gplot("htext", 20, 1, 1); in splash()
33 gplot("tdesc", 42, 9, 1); in splash()
56 gplot("spgraf", x, 1, 0); in splash()
78 gplot("gover", 18, 2, 1); in gameover()
/dports/math/octave/octave-6.4.0/scripts/sparse/
H A Dgplot.m27 ## @deftypefn {} {} gplot (@var{A}, @var{xy})
28 ## @deftypefnx {} {} gplot (@var{A}, @var{xy}, @var{line_style})
29 ## @deftypefnx {} {[@var{x}, @var{y}] =} gplot (@var{A}, @var{xy})
41 function [x, y] = gplot (A, xy, line_style) function
84 %! gplot (A, xy, "o-");
86 %! title ("gplot() of Binary Tree Adjacency matrix");

1234567891011