Home
last modified time | relevance | path

Searched refs:plotfile (Results 1 – 25 of 111) sorted by relevance

12345

/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dwp.c14 static FILE *plotfile; variable
52 if (!plotfile) {
69 putc(0,plotfile);
70 putc(0,plotfile);
71 putc(0,plotfile);
73 putc(1,plotfile);
75 putc(1,plotfile);
76 putc(0,plotfile);
78 putc(0,plotfile);
79 putc(0,plotfile);
[all …]
H A Dpostsc.c15 static FILE *plotfile; variable
61 if (!plotfile) {
120 if (plotfile) { in PS_Halt()
126 fclose(plotfile); in PS_Halt()
220 fprintf(plotfile, "stroke\n");
230 fprintf(plotfile, "stroke\n");
258 fprintf(plotfile, "stroke\n");
384 fflush(plotfile); in PS_Update()
432 fprintf(plotfile,"gsave\n");
440 fprintf(plotfile,"0 0 moveto\n");
[all …]
H A Dplot5.c11 static FILE *plotfile; variable
42 if (!plotfile) {
64 putc('s', plotfile);
92 if (plotfile) in Plt5_Halt()
93 fclose(plotfile); in Plt5_Halt()
104 putc('p', plotfile);
116 putc('l', plotfile);
152 putc('a', plotfile);
187 putc('m', plotfile);
212 putc('f', plotfile);
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/tests/
H A Dtest_sss.cpp404 plotfile in TEST_SUITE()
410 plotfile in TEST_SUITE()
452 plotfile in TEST_SUITE()
458 plotfile in TEST_SUITE()
500 plotfile in TEST_SUITE()
506 plotfile in TEST_SUITE()
845 plotfile in TEST_SUITE()
893 plotfile in TEST_SUITE()
1166 plotfile in TEST_SUITE()
1189 plotfile, in TEST_SUITE()
[all …]
H A Dtest_samplegeneratorjob.cpp63 GnuplotFile plotfile; in TEST_SUITE() local
64plotfile.set_title("Number of samples/job as a function of the number of samples already rendered"… in TEST_SUITE()
65 plotfile.set_yrange(0.0, 300000.0); in TEST_SUITE()
66 plotfile.new_plot().set_points(points); in TEST_SUITE()
67 plotfile.write("unit tests/outputs/test_samplegeneratorjob.gnuplot"); in TEST_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_fresnel.cpp156 plotfile in TEST_SUITE()
161 plotfile in TEST_SUITE()
204 plotfile in TEST_SUITE()
209 plotfile in TEST_SUITE()
283 plotfile in TEST_SUITE()
289 plotfile in TEST_SUITE()
396 plotfile in TEST_SUITE()
402 plotfile in TEST_SUITE()
408 plotfile in TEST_SUITE()
509 plotfile in TEST_SUITE()
[all …]
H A Dtest_colorspace.cpp990 GnuplotFile plotfile; in TEST_SUITE() local
993 plotfile in TEST_SUITE()
998 plotfile in TEST_SUITE()
1020 plotfile in TEST_SUITE()
1025 plotfile in TEST_SUITE()
1047 plotfile in TEST_SUITE()
1052 plotfile in TEST_SUITE()
1074 plotfile in TEST_SUITE()
1079 plotfile in TEST_SUITE()
1101 plotfile in TEST_SUITE()
[all …]
H A Dtest_spline.cpp75 GnuplotFile plotfile; in TEST_SUITE() local
78 plotfile in TEST_SUITE()
85 plotfile in TEST_SUITE()
113 plotfile in TEST_SUITE()
141 plotfile in TEST_SUITE()
169 plotfile in TEST_SUITE()
176 plotfile.write("unit tests/outputs/test_spline.gnuplot"); in TEST_SUITE()
H A Dtest_math_filter.cpp115 GnuplotFile plotfile; in plot() local
116 plotfile.set_title(plot_title + ", radius=" + pretty_scalar(filter.get_xradius(), 1)); in plot()
117 plotfile.new_plot().set_points(make_points(filter)); in plot()
118 plotfile.write(filepath); in plot()
130 GnuplotFile plotfile; in plot() local
131 plotfile.set_title(plot_title + ", radius=" + pretty_scalar(filter1.get_xradius(), 1)); in plot()
132 plotfile.new_plot().set_title(filter1_name).set_points(make_points(filter1)); in plot()
133 plotfile.new_plot().set_title(filter2_name).set_points(make_points(filter2)); in plot()
134 plotfile.write(filepath); in plot()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/
H A Dprintgrid.hh48 plotfile << "set object poly from "; in draw_line()
49 plotfile << p1[0] << "," << p1[1] << " to "; in draw_line()
50 plotfile << p2[0] << "," << p2[1] << " to "; in draw_line()
51 plotfile << p1[0] << "," << p1[1]; in draw_line()
52 plotfile << " " << options << std::endl; in draw_line()
80 if (!plotfile.is_open()) { in printGrid()
86 plotfile << "set size ratio -1" << std::endl; in printGrid()
89 plotfile << "set output '" << output_file << ".png'" << std::endl; in printGrid()
130 plotfile << "(" << i << ")"; in printGrid()
131 plotfile << "' center" << std::endl; in printGrid()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dpostsc.c91 static FILE *plotfile; variable
285 fprintf(plotfile, " begin\n"); in PS_NewViewport()
289 fprintf(plotfile, " end\n"); in PS_NewViewport()
291 fprintf(plotfile, "} def\n"); in PS_NewViewport()
327 if (plotfile) { in PS_Close()
330 fclose(plotfile); in PS_Close()
331 plotfile = NULL; in PS_Close()
398 fprintf(plotfile, "stroke\n"); in PS_Arc()
489 fflush(plotfile); in PS_Update()
495 fprintf(plotfile, "stroke\n"); in PS_Finalize()
[all …]
H A Dsvg.c99 static FILE *plotfile; variable
276 plotfile); in SVG_NewViewport()
278 plotfile); in SVG_NewViewport()
279 fprintf(plotfile, in SVG_NewViewport()
302 fprintf(plotfile, in SVG_NewViewport()
328 if (plotfile) { in SVG_Close()
331 fclose(plotfile); in SVG_Close()
332 plotfile = NULL; in SVG_Close()
454 fprintf(plotfile, in SVG_Text()
516 fflush(plotfile); in SVG_Update()
[all …]
H A Dhpgl.c77 static FILE *plotfile; variable
150 fprintf(plotfile, "IN;DF;PA;"); in GL_NewViewport()
151 fprintf(plotfile, "SI %f,%f;", in GL_NewViewport()
177 if (plotfile) { in GL_Close()
181 fclose(plotfile); in GL_Close()
182 plotfile = NULL; in GL_Close()
242 fprintf(plotfile, "PU;PA %d , %d;", in GL_Arc()
260 fprintf(plotfile, "PU;PA %d , %d;", in GL_Text()
262 fprintf(plotfile, "LB %s \x03", text); in GL_Text()
296 fprintf(plotfile, "SP %d;", colorid); in GL_SetColor()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dplot5.c14 static FILE *plotfile; variable
58 putc('s', plotfile); in Plt5_NewViewport()
70 putc('s', plotfile); in Plt5_NewViewport()
97 if (plotfile) in Plt5_Close()
98 fclose(plotfile); in Plt5_Close()
116 putc('l', plotfile); in Plt5_DrawLine()
137 putc('c', plotfile); in Plt5_Arc()
157 putc('a', plotfile); in Plt5_Arc()
184 putc('m', plotfile); in Plt5_Text()
204 putc('f', plotfile); in Plt5_SetLinestyle()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/misc/
H A Dplotfile_demo.py17 plt.plotfile(fname, (0, 5, 6))
20 plt.plotfile(fname, ('date', 'volume', 'adj_close'))
23 plt.plotfile(fname, ('date', 'volume', 'adj_close'),
27 plt.plotfile(fname, (0, 5, 6), plotfuncs={5: 'semilogy'})
30 plt.plotfile(fname, ('date', 'open', 'high', 'low', 'close'), subplots=False)
33 plt.plotfile(fname2, cols=(0, 1, 2), delimiter=' ',
37 plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
38 plt.plotfile(fname2, cols=(0, 2), newfig=False,
44 plt.plotfile(fname, (0, 5, 6), plotfuncs={5: 'bar'})
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/misc/
H A Dplotfile_demo.py17 plt.plotfile(fname, (0, 5, 6))
20 plt.plotfile(fname, ('date', 'volume', 'adj_close'))
23 plt.plotfile(fname, ('date', 'volume', 'adj_close'),
27 plt.plotfile(fname, (0, 5, 6), plotfuncs={5: 'semilogy'})
30 plt.plotfile(fname, ('date', 'open', 'high', 'low', 'close'), subplots=False)
33 plt.plotfile(fname2, cols=(0, 1, 2), delimiter=' ',
37 plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
38 plt.plotfile(fname2, cols=(0, 2), newfig=False,
44 plt.plotfile(fname, (0, 5, 6), plotfuncs={5: 'bar'})
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A Djeep_utils.cpp27 void get_grid_from_plot(istream & plotfile, in get_grid_from_plot() argument
37 void get_grid_from_plot(istream & plotfile, in get_grid_from_plot() argument
50 get_global_header(plotfile, nfunctions); in get_grid_from_plot()
74 if(!(plotfile >> mo_val)) { in get_grid_from_plot()
106 plotfile.ignore(180, '\n'); in get_function_header()
108 plotfile.ignore(180, '\n'); in get_function_header()
109 plotfile.ignore(180, '\n'); in get_function_header()
110 plotfile.ignore(180, '\n'); in get_function_header()
112 plotfile.ignore(180, '\n'); in get_function_header()
136 plotfile >> natoms; plotfile.ignore(180, '\n'); in get_global_header()
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/method/
H A DPlot1d_method.cpp67 ofstream plotfile(plotfilename.c_str()); in run() local
78 plotfile << "# column description:" << endl; in run()
79 plotfile << "# distance" << endl; in run()
81 plotfile << "# " << desc[i] << endl; in run()
83 plotfile << endl; in run()
86 plotfile << xdata[j] << " "; in run()
88 plotfile << data[i](j) << " "; in run()
90 plotfile << endl; in run()
100 plotfile.close(); in run()
/dports/graphics/mapcache/mapcache-1.10.0/
H A Dbenchmark.py37 plotfile = open("%s.plot"%(filebase),"w") variable
40 plotfile.write("set terminal pdf\nset key autotitle columnhead\nset output \"%s.pdf\"\nset style da…
41 plotfile.write("set xlabel \"concurrent requests\"\n")
42 plotfile.write("set ylabel \"throughput (requests/sec)\"\n")
43 plotfile.write("set title \"%s\"\n"%(title))
47 plotfile.write("plot \"%s.dat\" using 2:xticlabel(1) index 0"%(filebase))
49 plotfile.write(",\"\" using 2 index %d"%(count))
57 plotfile.write("\n")
/dports/dns/dnsperf/dnsperf-2.7.0/src/
H A Dresperf-report39 plotfile="$id.gnuplot"
44 $resperf -P "$plotfile" "$@" >"$outputfile" 2>&1 ||
61 "$plotfile" using 1:3 title "Queries sent per second" with lines, \
62 "$plotfile" using 1:4 title "Total responses received per second" with lines, \
63 "$plotfile" using 1:5 title "Failure responses received per second" with lines
80 "$plotfile" using 1:6 title "Average latency (seconds)" with lines
/dports/dns/bind911/bind-9.11.37/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report22 plotfile="$id.gnuplot"
27 $resperf -P "$plotfile" "$@" >"$outputfile" 2>&1 ||
44 "$plotfile" using 1:3 title "Queries sent per second" with lines, \
45 "$plotfile" using 1:4 title "Total responses received per second" with lines, \
46 "$plotfile" using 1:5 title "Failure responses received per second" with lines
63 "$plotfile" using 1:6 title "Average latency (seconds)" with lines
/dports/science/qcl/qcl-0.6.4/
H A Dplot.cc30 ostream *plotfile; variable
43 plotfile=0; in open_plot()
47 plotfile=new ofstream(optPlotFilename.c_str(),ios::out); in open_plot()
48 if(!plotfile || !*plotfile) { in open_plot()
49 if(plotfile) delete plotfile; in open_plot()
52 plotter=new PSPlotter(cin,*plotfile,cerr); in open_plot()
61 if(plotfile) delete plotfile; in open_plot()
77 if(plotfile) delete plotfile; in close_plot()
/dports/editors/textadept/textadept_11.1.linux/scripts/
H A Dgen_plots.sh12 plotfile=gnuplot.dat
81 " > $plotfile
82 nlangs=$((`grep ^Time $plotfile | wc -l` - 3)) # ignore blanks, comments, code
102 …plot for [i=0:2] '$plotfile' index $nlangs+i using 1:2 with lines title columnhead(1) linestyle i+1
105 …plot for [i=0:$nlangs-1] '$plotfile' index i using 1:4 with lines title columnhead(1) linestyle i+1
/dports/editors/textadept/textadept-textadept_11.1/scripts/
H A Dgen_plots.sh12 plotfile=gnuplot.dat
81 " > $plotfile
82 nlangs=$((`grep ^Time $plotfile | wc -l` - 3)) # ignore blanks, comments, code
102 …plot for [i=0:2] '$plotfile' index $nlangs+i using 1:2 with lines title columnhead(1) linestyle i+1
105 …plot for [i=0:$nlangs-1] '$plotfile' index i using 1:4 with lines title columnhead(1) linestyle i+1
/dports/net/sbm/sbm-0.8/
H A Dsbm-rt-plot10 plotfile=`mktemp`
11 trap "rm -f $datafile $plotfile" EXIT
31 ) > "$plotfile"
32 DATAFILE="$datafile" gnuplot "$plotfile" &

12345