Home
last modified time | relevance | path

Searched refs:plotter (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmPlotters.Mod193 plotter.if.setSpace(plotter, xmin, ymin, xmax, ymax);
203 plotter.if.erase(plotter);
208 plotter.if.move(plotter, xto, yto);
213 plotter.if.cont(plotter, xto, yto);
218 plotter.if.point(plotter, xpoint, ypoint);
223 plotter.if.line(plotter, xfrom, yfrom, xto, yto);
240 plotter.if.string(plotter, str);
246 plotter.if.setLineMode(plotter, mode);
252 plotter.if.setLineWidth(plotter, width);
259 plotter.if.close(plotter);
[all …]
/dports/science/qcl/qcl-0.6.4/
H A Dplot.cc31 Plotter *plotter; variable
59 if(!plotter || plotter->openpl()<0) { in open_plot()
60 if(plotter) delete plotter; in open_plot()
73 if(plotter) { in close_plot()
74 r=plotter->closepl(); in close_plot()
75 delete plotter; in close_plot()
118 plotter->fmove(0,0.5); in plot_state()
119 plotter->fcont(1,0.5); in plot_state()
121 plotter->color(0,0,0); in plot_state()
156 plotter->fmove(0,0); in plot_spectrum()
[all …]
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplot.h78 int pl_deletepl_r (plPlotter *plotter);
97 int pl_closepl_r (plPlotter *plotter);
98 int pl_cont_r (plPlotter *plotter, int x, int y);
99 int pl_erase_r (plPlotter *plotter);
104 int pl_openpl_r (plPlotter *plotter);
122 int pl_closepath_r (plPlotter *plotter);
130 int pl_endpath_r (plPlotter *plotter);
131 int pl_endsubpath_r (plPlotter *plotter);
136 int pl_flushpl_r (plPlotter *plotter);
153 int pl_restorestate_r (plPlotter *plotter);
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/pcl_plotter/
H A Dpcl_plotter_demo.cpp48 plotter->setShowLegend (true); in main()
60 plotter->spinOnce (3000); in main()
61 plotter->clearPlots (); in main()
76 plotter->spinOnce (2000); in main()
79 plotter->spinOnce (2000); in main()
83 plotter->spinOnce (2000); in main()
86 plotter->spinOnce (2000); in main()
89 plotter->spinOnce (2000); in main()
91 plotter->clearPlots (); in main()
104 plotter->spinOnce (100); in main()
[all …]
/dports/misc/visp/visp-3.4.0/tutorial/visual-servo/ibvs/
H A Dtutorial-ibvs-4pts-plotter.cpp44 plotter.initGraph(0, 8); in main()
45 plotter.initGraph(1, 6); in main()
47 plotter.setLegend(0, 0, "x1"); in main()
48 plotter.setLegend(0, 1, "y1"); in main()
49 plotter.setLegend(0, 2, "x2"); in main()
50 plotter.setLegend(0, 3, "y2"); in main()
51 plotter.setLegend(0, 4, "x3"); in main()
52 plotter.setLegend(0, 5, "y3"); in main()
53 plotter.setLegend(0, 6, "x4"); in main()
54 plotter.setLegend(0, 7, "y4"); in main()
[all …]
H A Dtutorial-ibvs-4pts-plotter-continuous-gain-adaptive.cpp46 plotter.initGraph(0, 8); in main()
47 plotter.initGraph(1, 6); in main()
49 plotter.setLegend(0, 0, "x1"); in main()
50 plotter.setLegend(0, 1, "y1"); in main()
51 plotter.setLegend(0, 2, "x2"); in main()
52 plotter.setLegend(0, 3, "y2"); in main()
53 plotter.setLegend(0, 4, "x3"); in main()
54 plotter.setLegend(0, 5, "y3"); in main()
55 plotter.setLegend(0, 6, "x4"); in main()
56 plotter.setLegend(0, 7, "y4"); in main()
[all …]
H A Dtutorial-ibvs-4pts-plotter-gain-adaptive.cpp46 plotter.initGraph(0, 8); in main()
47 plotter.initGraph(1, 6); in main()
49 plotter.setLegend(0, 0, "x1"); in main()
50 plotter.setLegend(0, 1, "y1"); in main()
51 plotter.setLegend(0, 2, "x2"); in main()
52 plotter.setLegend(0, 3, "y2"); in main()
53 plotter.setLegend(0, 4, "x3"); in main()
54 plotter.setLegend(0, 5, "y3"); in main()
55 plotter.setLegend(0, 6, "x4"); in main()
56 plotter.setLegend(0, 7, "y4"); in main()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dlibplot.c127 plPlotter *plotter; variable
471 pl_openpl_r (plotter);
540 pl_erase_r(plotter);
570 pl_closepl_r(plotter);
571 if (pl_deletepl_r(plotter) < 0) {
779 pl_fmove_r(plotter,x1,y1);
783 pl_fcont_r(plotter,x2,y2);
785 pl_endpath_r(plotter);
901 pl_filltype_r(plotter,1);
976 pl_ftextangle_r(plotter,0.0);
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/swat/scheme/
H A Ddemo-plotter.scm210 (define (plotter)
212 (plotter
279 plotter))
552 plotter)))
689 ((plotter) plotter)
1040 (plotter 'clear)
1084 (plotter 'clear)
1150 (draw-axes plotter))
1156 (draw-axes plotter))
1180 (plotter 'clear)
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/swat/scheme/other/
H A Dplotter.scm210 (define (plotter)
212 (plotter
279 plotter))
552 plotter)))
689 ((plotter) plotter)
1040 (plotter 'clear)
1084 (plotter 'clear)
1150 (draw-axes plotter))
1156 (draw-axes plotter))
1180 (plotter 'clear)
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/phonon/tests/
H A Dtest_plotter.py20 d = self.plotter.get_dos_dict()
23 d = self.plotter.get_dos_dict()
28 d = self.plotter.get_dos_dict()
37 self.plotter.add_dos("Total", self.dos)
38 self.plotter.get_plot(units="mev")
48 self.plotter = PhononBSPlotter(self.bs)
52 len(self.plotter.bs_plot_data()["distances"][0]),
74 self.plotter.get_plot(units="mev")
81 self.plotter.plot_compare(self.plotter, units="mev")
95 self.plotter.plot_cv(5, 100, 5, show=False)
[all …]
/dports/misc/visp/visp-3.4.0/doc/tutorial/misc/
H A Dtutorial-plotter.dox3 \page tutorial-plotter Tutorial: Real-time curves plotter tool
21 \image html img-ibvs-plotter.jpg Last image produced by the plotter.
33 vpPlot plotter(2, 250*2, 500, 100, 200, "Real time curves plotter");
46 plotter.initGraph(0, 8);
47 plotter.initGraph(1, 6);
53 plotter.setLegend(0, 0, "x1");
54 plotter.setLegend(0, 1, "y1");
55 plotter.setLegend(0, 2, "x2");
56 plotter.setLegend(0, 3, "y2");
57 plotter.setLegend(0, 4, "x3");
[all …]
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dplotter.c728 plPlotter *plotter; in new_multigrapher() local
745 if (plotter == (plPlotter *)NULL) in new_multigrapher()
748 multigrapher->plotter = plotter; in new_multigrapher()
749 if (pl_openpl_r (plotter) < 0) in new_multigrapher()
755 pl_erase_r (plotter); in new_multigrapher()
779 pl_fconcat_r (multigrapher->plotter, in begin_graph()
1217 pl_fline_r (multigrapher->plotter, in draw_frame_of_graph()
1220 pl_fline_r (multigrapher->plotter, in draw_frame_of_graph()
1285 pl_fmove_r (multigrapher->plotter, in draw_frame_of_graph()
1892 pl_fmove_r (multigrapher->plotter, in draw_frame_of_graph()
[all …]
/dports/misc/visp/visp-3.4.0/modules/sensor/test/force-torque/
H A DtestForceTorqueIitSensor.cpp72 vpPlot *plotter = NULL; in main() local
75 plotter->initGraph(0, 3); in main()
77 plotter->setLegend(0, 0, "Fx"); in main()
78 plotter->setLegend(0, 1, "Fy"); in main()
79 plotter->setLegend(0, 2, "Fz"); in main()
80 plotter->initGraph(1, 3); in main()
82 plotter->setLegend(1, 0, "Tx"); in main()
83 plotter->setLegend(1, 1, "Ty"); in main()
84 plotter->setLegend(1, 2, "Tz"); in main()
140 if (plotter) { in main()
[all …]
H A DtestForceTorqueAtiNetFTSensor.cpp88 vpPlot *plotter = NULL; in main() local
91 plotter->initGraph(0, 3); in main()
93 plotter->setLegend(0, 0, "Fx"); in main()
94 plotter->setLegend(0, 1, "Fy"); in main()
95 plotter->setLegend(0, 2, "Fz"); in main()
96 plotter->initGraph(1, 3); in main()
98 plotter->setLegend(1, 0, "Tx"); in main()
99 plotter->setLegend(1, 1, "Ty"); in main()
100 plotter->setLegend(1, 2, "Tz"); in main()
164 if (plotter) { in main()
[all …]
/dports/graphics/plotutils/plotutils-2.6/tek2plot/
H A Dtek2plot.c239 plPlotter *plotter; in main() local
465 begin_page (plotter); in main()
466 end_page (plotter); in main()
479 end_page (plotter); in main()
868 begin_page (plotter); in read_plot()
903 begin_page (plotter); in read_plot()
1129 end_page (plotter); in read_plot()
1167 begin_page (plotter); in read_plot()
1180 begin_page (plotter); in read_plot()
1298 end_page (plotter); in read_plot()
[all …]
/dports/graphics/plotutils/plotutils-2.6/plot/
H A Dplot.c154 plPlotter *plotter; in main() local
608 pl_capmod_r (plotter, s); in read_plot()
768 pl_endpath_r (plotter); in read_plot()
777 pl_erase_r (plotter); in read_plot()
793 pl_fillmod_r (plotter, s); in read_plot()
829 pl_joinmod_r (plotter, s); in read_plot()
838 pl_label_r (plotter, s); in read_plot()
884 pl_linemod_r (plotter, s); in read_plot()
1063 pl_erase_r (plotter); in read_plot()
1360 pl_erase_r (plotter); in read_plot()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_plot_schematic.cpp565 delete plotter; in plotOneSheetDXF()
586 plotter->EndPlot(); in plotOneSheetDXF()
587 delete plotter; in plotOneSheetDXF()
750 delete plotter; in plotOneSheetHpgl()
771 plotter->EndPlot(); in plotOneSheetHpgl()
772 delete plotter; in plotOneSheetHpgl()
1079 delete plotter; in plotOneSheetPS()
1106 plotter->EndPlot(); in plotOneSheetPS()
1107 delete plotter; in plotOneSheetPS()
1208 delete plotter; in plotOneSheetSVG()
[all …]
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dplot.cc125 pl_deletepl_r (plotter); in ~plot_output()
136 pl_openpl_r (plotter); in start_picture()
173 pl_erase_r (plotter); in start_picture()
218 pl_closepl_r (plotter); in finish_picture()
437 pl_fline_r (plotter, in line()
449 pl_fline_r (plotter, in line()
520 pl_fbezier2_r (plotter, in spline()
570 pl_endpath_r (plotter); in arc()
619 pl_endpath_r (plotter); in polygon()
663 pl_fline_r (plotter, in polygon()
[all …]
/dports/graphics/plotutils/plotutils-2.6/plotfont/
H A Dplotfont.c91 plPlotter *plotter; in main() local
378 pl_erase_r (plotter); in do_font()
417 pl_fline_r (plotter, in do_font()
421 pl_fline_r (plotter, in do_font()
429 pl_fline_r (plotter, in do_font()
433 pl_fline_r (plotter, in do_font()
475 pl_fmove_r (plotter, in do_font()
512 pl_fmove_r (plotter, in do_font()
525 pl_fline_r (plotter, in do_font()
533 pl_fline_r (plotter, in do_font()
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/tools/tests/
H A Dtest_plotting.py78 plotter = ArrayPlotter()
79 assert len(plotter) == 0
81 plotter.add_array("hello", hello)
82 assert "hello" in plotter.keys()
87 assert len(plotter) == 3
88 for k, v in plotter.items():
89 assert k in plotter.keys()
131 assert str(plotter)
132 assert len(plotter.od) == 1
134 assert key in plotter.od
[all …]
/dports/math/oleo/oleo-1.99.16/src/
H A Dplotter.c673 plPlotter *plotter; in new_multigrapher() local
692 multigrapher->plotter = plotter; in new_multigrapher()
693 if (pl_openpl_r (plotter) < 0) in new_multigrapher()
699 pl_erase_r (plotter); in new_multigrapher()
2691 if (pl_openpl_r(plotter) < 0) in sp_create_plot()
2699 multigrapher->plotter = plotter; in sp_create_plot()
2706 pl_erase_r(plotter); in sp_create_plot()
3117 pl_fspace_r(mg->plotter, in sp_bar_end_graph()
3138 pl_fbox_r(mg->plotter, in sp_bar_end_graph()
3149 pl_fbox_r(mg->plotter, in sp_bar_end_graph()
[all …]
/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-2.5-src/
H A Dmxplot.pl72 our ($plotter);
83 $plotter = $MCSTAS::mcstas_config{'PLOTTER'};
95 $plotter = $1;
159 if (-e "$file.nxs") { $plotter = "NeXus"; }
164 elsif ($plotter =~ /HTML/i) { $default_ext = ".html"; }
173 if ($file =~ m'\.m$') { $plotter = "Matlab"; }
174 if ($file =~ m'\.sim$' and not($plotter =~ /gnuplot|Matlab/i)) { $plotter = "PGPLOT"; }
175 if ($file =~ m'\.html$') { $plotter = "HTML"; }
176 if ($file =~ m'\.nxs$') { $plotter = "NeXus"; }
210 } elsif ($plotter =~ /gnuplot/i) {
[all …]
H A Dmcplot.pl43 if (!($plotter =~ /PGPLOT|McStas/i)) {
73 our ($plotter);
84 $plotter = $MCSTAS::mcstas_config{'PLOTTER'};
96 $plotter = $1;
160 if (-e "$file.h5") { $plotter = "NeXus"; }
174 if ($file =~ m'\.m$') { $plotter = "Matlab"; }
175 if ($file =~ m'\.sim$' and not($plotter =~ /gnuplot|Matlab/i)) { $plotter = "PGPLOT"; }
176 if ($file =~ m'\.html$') { $plotter = "HTML"; }
177 if ($file =~ m'\.h5$') { $plotter = "NeXus"; }
231 } elsif ($plotter =~ /gnuplot/i) {
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_editor_plotter.cpp38 SVG_PLOTTER* plotter = new SVG_PLOTTER(); in SVGPlotSymbol() local
39 plotter->SetRenderSettings( &renderSettings ); in SVGPlotSymbol()
40 plotter->SetPageSettings( pageInfo ); in SVGPlotSymbol()
41 plotter->SetColorMode( true ); in SVGPlotSymbol()
47 plotter->SetViewport( plot_offset, IU_PER_MILS/10, scale, false ); in SVGPlotSymbol()
50 plotter->SetCreator( wxT( "Eeschema-SVG" ) ); in SVGPlotSymbol()
52 if( ! plotter->OpenFile( aFullFileName ) ) in SVGPlotSymbol()
54 delete plotter; in SVGPlotSymbol()
60 plotter->StartPlot(); in SVGPlotSymbol()
76 plotter->EndPlot(); in SVGPlotSymbol()
[all …]

12345678910>>...53