Home
last modified time | relevance | path

Searched refs:plotx (Results 1 – 16 of 16) sorted by relevance

/dports/finance/R-cran-fBasics/fBasics/R/
H A Dplot-boxPlot.R129 plotx = c(first.half.p, second.half.p) vector
131 qx = approx(quan, plotx, xout = q1)$y
133 qx = approx(quan, plotx, xout = q3)$y
140 plot.values = list(x1 = (-plotx) + offset, y1 = quan, x2 = plotx +
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dbpplot.s62 plotx <- c(first.half.p, second.half.p)
66 qx <- approx(quan, plotx, xout = q1)$y
71 qx <- approx(quan, plotx, xout = q3)$y
77 return(list(x1 = ( - plotx) + offset, y1 = quan, x2 = plotx + offset,
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_beams_rotor.cpp369 ChVectorDynamic<> plotx(nodes.size()); in main() local
372 plotx(i) = nodes[i]->GetPos().y(); in main()
377 … mplot_flap_displ.Plot(plotx, ploty, "Flapwise displacement", " with lines lt -1 lc rgb'#00AAEE'"); in main()
386 mplot_edge_speed.Plot(plotx, ploty, "Edgewise speed", " with lines lt -1 lc rgb'#00AAEE'"); in main()
387 …mplot_edge_speed.Plot(plotx, ploty_analytic, "Expected analytic edgewise speed", " with lines lt -… in main()
395 …mplot_centeripetal_accel.Plot(plotx, ploty, "Centripetal acceleration", " with lines lt -1 lc rgb'… in main()
396 …mplot_centeripetal_accel.Plot(plotx, ploty_analytic, "Expected centripetal acceleration", " with l… in main()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/imagelib/
H A DkpPainter.cpp99 int plotx = x1; in interpolatePoints() local
106 ret.append (QPoint (plotx, ploty)); in interpolatePoints()
126 plotx--; in interpolatePoints()
129 plotx++; in interpolatePoints()
156 ret.append (QPoint (plotx, oldploty)); in interpolatePoints()
161 ret.append (QPoint (plotx, ploty)); in interpolatePoints()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/editor/scene/
H A Dscene_item_canvas.cpp46 auto plotx = x1; in InterpolatedPoints() local
52 points.push_back(QPointF(plotx, ploty)); in InterpolatedPoints()
63 plotx += 1 * ((dx < 0) ? -1 : 1); in InterpolatedPoints()
72 points.push_back(QPointF(plotx, ploty)); in InterpolatedPoints()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplfill.c277 PLINT dx, dy, cstep, nstep, ploty, plotx; in buildlist() local
315 plotx = xp1 + floor(((double) (ploty - yp1) * dx) / dy + 0.5); in buildlist()
316 addcoord(plotx, ploty); in buildlist()
/dports/math/abs/abs-src-0.908/Kernel/
H A Dcallback_decl.h90 static int plotx = 0; variable
H A Dcallback.c2431 plotx = absdownx; in drplot()
2443 plotx = absupx; in drplot()
2451 if (plotx < 0) in drplot()
2452 plotx = 0; in drplot()
2456 gr->x = plotx; in drplot()
2495 plotx = absdownx; in drplot1()
2507 plotx = absupx; in drplot1()
/dports/math/R-cran-pls/pls/man/
H A Dscoreplot.Rd56 plotx = TRUE,
125 \item{plotx}{locical. Whether to plot the \eqn{X} correlation loadings.
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DFD2.c378 void plotx();
4078 plotx(k,mdy1, 0); in draw_marker()
4079 plotx(k,mdy1+maty*gy, 1); in draw_marker()
4093 plotx( xo+j , yo+j , 0 ) ; in draw_marker()
4094 plotx( xo+j , yo+gy-j , 1 ) ; in draw_marker()
4095 plotx( xo+gx-j , yo+gy-j , 1 ) ; in draw_marker()
4096 plotx( xo+gx-j , yo+j , 1 ) ; in draw_marker()
5802 plotx(mdx1 , yyy, 0); in draw_frame()
5803 plotx(mdx1+matx*gx, yyy, 1); in draw_frame()
5806 plotx(mdx1+i*gx,mdy1 , 0); in draw_frame()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotctrl.h801 inline int GetClientCoordFromPlotX( double plotx ) const in GetClientCoordFromPlotX() argument
802 …{ double x = m_zoom.m_x*(plotx - m_viewRect.GetLeft()) + 0.5; return x < INT_MAX ? int(x) : INT_MA… in GetClientCoordFromPlotX()
/dports/math/R-cran-pls/pls/R/
H A Dplots.R455 corrplot <- function(object, comps = 1:2, labels, plotx = TRUE, ploty = FALSE, argument
472 if (isTRUE(plotx)) {
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplfill.c435 PLINT dx, dy, cstep, nstep, ploty, plotx; in buildlist() local
481 plotx = xp1 + (PLINT) floor( ( (double) ( ploty - yp1 ) * dx ) / dy + 0.5 ); in buildlist()
482 addcoord( plotx, ploty ); in buildlist()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplfill.c435 PLINT dx, dy, cstep, nstep, ploty, plotx; in buildlist() local
481 plotx = xp1 + (PLINT) floor( ( (double) ( ploty - yp1 ) * dx ) / dy + 0.5 ); in buildlist()
482 addcoord( plotx, ploty ); in buildlist()
/dports/finance/weberp/webERP/includes/phplot/
H A DChangeLog1302 to be empty strings. Also: Removed $which_pos values 'plotx' and
/dports/graphics/phplot/phplot-6.2.0/
H A DChangeLog2165 to be empty strings. Also: Removed $which_pos values 'plotx' and