Home
last modified time | relevance | path

Searched refs:plot_ (Results 1 – 25 of 56) sorted by relevance

123

/dports/comms/wsjtz/wsjtx/
H A DEqualizationToolsDialog.cpp42 : plot_ {plot} in plot_data_loader()
51 plot_->graph (index_)->data ()->add (adjust_ (plot_, index_, d)); in push_back()
55 QCustomPlot * plot_; member
260 QCustomPlot plot_; member in EqualizationToolsDialog::impl
315 plot_.axisRect ()->setRangeDragAxes (nullptr, plot_.yAxis2);
316 plot_.axisRect ()->setRangeZoomAxes (nullptr, plot_.yAxis2);
333 plot_.addGraph (plot_.xAxis, plot_.yAxis2)->setName (tr ("Group Delay"));
336 plot_.plotLayout ()->addElement (new QCPAxisRect {&plot_});
355 plot_.addGraph (plot_.axisRect (1)->axis (QCPAxis::atBottom)
406 plot_.replot (); in __anona8efdb600502()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui/
H A Dbgui_histogram_tableau.cxx19 graph_width_(256), graph_height_(200), plot_(nullptr) in bgui_histogram_tableau()
62 if (plot_) in update()
68 plot_->x[i] = xscaled[i]; in update()
69 plot_->y[i] = yscaled[i]; in update()
73 plot_ = easy_->add_linestrip(xscaled.size(), &xscaled[0], &yscaled[0]); in update()
94 if (plot_) in update()
100 plot_->x[i] = xscaled[i]; in update()
101 plot_->y[i] = yscaled[i]; in update()
121 easy_->remove(plot_); in clear()
122 delete plot_; in clear()
[all …]
H A Dbgui_range_adjuster_tableau.cxx59 graph_width_(256), graph_height_(200), plot_(nullptr), hist_(0,0) in bgui_range_adjuster_tableau()
66 graph_width_(256), graph_height_(200), plot_(nullptr), hist_(0,0) in bgui_range_adjuster_tableau()
73 graph_width_(256), graph_height_(200), plot_(nullptr), hist_(0,0) in bgui_range_adjuster_tableau()
232 if (plot_) in draw_histogram()
238 plot_->x[i] = xscaled[i]; in draw_histogram()
239 plot_->y[i] = yscaled[i]; in draw_histogram()
244 plot_ = this->add_linestrip(xscaled.size(), &xscaled[0], &yscaled[0]); in draw_histogram()
245 plot_->set_selectable(false); in draw_histogram()
373 this->remove(plot_); in clear()
374 delete plot_; in clear()
[all …]
H A Dbgui_graph_tableau.cxx40 graph_width_(gwidth), graph_height_(gheight), plot_(nullptr) in bgui_graph_tableau()
282 if (plot_) in draw_graph()
284 easy_->remove(plot_); in draw_graph()
286 delete plot_; in draw_graph()
287 plot_ = nullptr; in draw_graph()
294 plot_ = easy_->add_linestrip(n_, &x[0], &y[0]); in draw_graph()
295 plot_->set_selectable(false); in draw_graph()
337 if (plot_) in rem()
339 easy_->remove(plot_); in rem()
341 plot_ = nullptr; in rem()
H A Dbgui_histogram_tableau.h50 vgui_soview2D_linestrip* plot_; variable
H A Dbgui_graph_tableau.h83 vgui_soview2D_linestrip* plot_; variable
H A Dbgui_range_adjuster_tableau.h95 vgui_soview2D_linestrip* plot_; variable
/dports/games/widelands/widelands-build21/src/wui/
H A Dgeneral_statistics_menu.cc49 plot_(&box_, in GeneralStatisticsMenu()
83 plot_.register_plot_data(i * ndatasets_ + 0, &genstats[i].land_size, color); in GeneralStatisticsMenu()
86 plot_.register_plot_data(i * ndatasets_ + 3, &genstats[i].nr_wares, color); in GeneralStatisticsMenu()
89 plot_.register_plot_data(i * ndatasets_ + 6, &genstats[i].nr_kills, color); in GeneralStatisticsMenu()
101 plot_.set_time(my_registry_->time); in GeneralStatisticsMenu()
104 box_.add(&plot_); in GeneralStatisticsMenu()
199 slider->changedto.connect([this](int32_t i) { plot_.set_time_id(i); }); in GeneralStatisticsMenu()
208 my_registry_->time = plot_.get_time(); in ~GeneralStatisticsMenu()
223 plot_.show_plot((id - 1) * ndatasets_ + selected_information_, in cb_changed_to()
235 plot_.show_plot( in radiogroup_changed()
[all …]
H A Dgeneral_statistics_menu.h54 WuiPlotArea plot_; member
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DChunkPlotWidget.java41 plot_ = new Image(); in ChunkPlotWidget()
47 DOM.setEventListener(plot_.getElement(), in ChunkPlotWidget()
65 plot_.setVisible(true); in ChunkPlotWidget()
85 plot_.setUrl(url); in ChunkPlotWidget()
86 Widget root = plot_; in ChunkPlotWidget()
92 panel.add(plot_); in ChunkPlotWidget()
100 plot_.setVisible(false); in ChunkPlotWidget()
179 return plot_; in imageWidget()
202 String url = plot_.getUrl(); in updateImageUrl()
220 plot_.setUrl(plotUrlRefresh); in updateImageUrl()
[all …]
H A DChunkPlotPage.java49 plot_ = new ChunkPlotWidget(url, metadata, new Command() in ChunkPlotPage()
72 plot_ = new ChunkPlotWidget(url, metadata, onRenderComplete, chunkOutputSize); in ChunkPlotPage()
116 return plot_; in contentWidget()
134 plot_.updateImageUrl(url, pendingStyle); in updateImageUrl()
139 return plot_.plotUrl(); in plotUrl()
144 return plot_.imageWidget(); in imageWidget()
147 private final ChunkPlotWidget plot_; field in ChunkPlotPage
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/items/
H A Dfpfh_item.cpp38 if (!plot_) in getInspectorTabs()
40 plot_.reset (new pcl::visualization::PCLPlotter); in getInspectorTabs()
48plot_->addFeatureHistogram (*fpfh_ptr_, fpfh_ptr_->width, data(ItemDataRole::ITEM_ID).toString().t… in getInspectorTabs()
50 plot_->setViewInteractor(getInteractorCompat(*qvtk_)); in getInspectorTabs()
51 setRenderWindowCompat(*qvtk_, *(plot_->getRenderWindow())); in getInspectorTabs()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dbinaryring.c189 #define plot_(X,Y,D) do{ \ macro
248 plot_(xpxl1, ypxl1, rfpart_(yend)*xgap); in draw_line_antialias()
249 plot_(xpxl1, ypxl1+1, fpart_(yend)*xgap); in draw_line_antialias()
257 plot_(xpxl2, ypxl2, rfpart_(yend) * xgap); in draw_line_antialias()
258 plot_(xpxl2, ypxl2 + 1, fpart_(yend) * xgap); in draw_line_antialias()
263 plot_(x, ipart_(intery), rfpart_(intery)); in draw_line_antialias()
280 plot_(xpxl1, ypxl1, rfpart_(xend)*ygap); in draw_line_antialias()
281 plot_(xpxl1, ypxl1+1, fpart_(xend)*ygap); in draw_line_antialias()
289 plot_(xpxl2, ypxl2, rfpart_(xend) * ygap); in draw_line_antialias()
290 plot_(xpxl2, ypxl2 + 1, fpart_(xend) * ygap); in draw_line_antialias()
[all …]
/dports/archivers/c-blosc/c-blosc-1.21.0/bench/
H A Dplot-speeds.py201 plot_ = plot(ratios, speed, linewidth=2) variable
202 plots.append(plot_)
206 setp(plot_, marker=markers[nmarker], markersize=markersize,
217 plot_ = axhline(mean, linewidth=3, linestyle='-.', color='black') variable
219 plots.append(plot_)
/dports/archivers/c-blosc2/c-blosc2-2.0.4/bench/
H A Dplot-speeds.py202 plot_ = plot(ratios, speed, linewidth=2) variable
203 plots.append(plot_)
207 setp(plot_, marker=markers[nmarker], markersize=markersize,
221 plot_ = axhline(memcpy_speed, linewidth=3, linestyle='-.', color='black') variable
223 plots.append(plot_)
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotstuff.h101 #define DECLARE_PLOTTER(name) void plot_ ## name ## _describe(plotter_t* p)
104 p->init = plot_ ## pname ## _init; \
105 p->command = plot_ ## pname ## _command; \
106 p->doplot = plot_ ## pname ## _plot; \
107 p->free = plot_ ## pname ## _free;
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotstuff.h101 #define DECLARE_PLOTTER(name) void plot_ ## name ## _describe(plotter_t* p)
104 p->init = plot_ ## pname ## _init; \
105 p->command = plot_ ## pname ## _command; \
106 p->doplot = plot_ ## pname ## _plot; \
107 p->free = plot_ ## pname ## _free;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/examples/LIGGGHTS/Tutorials_public/ParScale/heatTransferBed_paScal/
H A Dcleanscript12 rm pascal/plot_*.eps
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/include/pcl/apps/cloud_composer/items/
H A Dfpfh_item.h75 pcl::visualization::PCLPlotter::Ptr plot_; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/examples/LIGGGHTS/Tutorials_public/ParScale/fluidizedBedTempParScale/pascal/
H A DplotMe.m79 print('-depsc2',['plot_',data2Plot,'_',num2str(particleIDs2Plot(particleID)),'.eps'])
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/examples/LIGGGHTS/Tutorials_public/ParScale/heatTransferBed_paScal/pascal/
H A DplotMe.m81 print('-depsc2',['plot_',data2Plot,'_',num2str(particleIDs2Plot(particleID)),'.eps'])
/dports/math/octave-forge-stk/stk/inst/arrays/@stk_dataframe/
H A Dplot.m43 hh = plot_ (h_axes, p.x, p.z, p.S, keyval_pairs{:});
54 function h = plot_ (h_axes, x, z, S, varargin) function
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dproj2fits.pro158 OutFile = (DATATYPE(FITSFile) ne 'STR') ? 'plot_'+proj_small+'.fits' : FITSFile
H A Dproj2out.pro600 … if (size(ps,/tname) ne 'STRING') then file_ps = 'plot_'+proj_small+'.ps' else file_ps = ps[0]
604 file_pdf = absolute_file_path('plot_'+proj_small+'.pdf')
977 … if (do_gif) then file_image = (size(/tname,gif) ne 'STRING') ? 'plot_'+proj_small+'.gif' : gif
978 … if (do_png) then file_image = (size(/tname,png) ne 'STRING') ? 'plot_'+proj_small+'.png' : png
979 … if (do_jpeg) then file_image = (size(/tname,jpeg) ne 'STRING') ? 'plot_'+proj_small+'.jpeg' : jpeg
/dports/science/py-scikit-learn/scikit-learn-1.0.2/
H A DREADME.rst81 Scikit-learn plotting capabilities (i.e., functions start with ``plot_`` and

123