Home
last modified time | relevance | path

Searched refs:plottype (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/cpp/
H A Dsci_matplot1.cpp52 int plottype = -1; in sci_matplot1() local
101 plottype = buildMatplotType(MATPLOT_Double, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
122 plottype = buildMatplotType(MATPLOT_HM1_Char, MATPLOT_FORTRAN, MATPLOT_GRAY); in sci_matplot1()
126 plottype = buildMatplotType(MATPLOT_HM1_Char, MATPLOT_FORTRAN, MATPLOT_RGB); in sci_matplot1()
137 plottype = buildMatplotType(MATPLOT_Char, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
173 plottype = buildMatplotType(MATPLOT_UChar, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
182 plottype = buildMatplotType(MATPLOT_Short, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
190 plottype = buildMatplotType(MATPLOT_UShort, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
198 plottype = buildMatplotType(MATPLOT_Int, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
206 plottype = buildMatplotType(MATPLOT_UInt, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot1()
[all …]
H A Dsci_matplot.cpp65 int plottype = -1; in sci_matplot() local
112 plottype = buildMatplotType(MATPLOT_Double, MATPLOT_FORTRAN, MATPLOT_INDEX); in sci_matplot()
132 plottype = buildMatplotType(MATPLOT_HM1_Char, MATPLOT_FORTRAN, MATPLOT_GRAY); in sci_matplot()
136 plottype = buildMatplotType(MATPLOT_HM3_Char, MATPLOT_FORTRAN, MATPLOT_RGB); in sci_matplot()
147 plottype = buildMatplotType(MATPLOT_Char, MATPLOT_FORTRAN, MATPLOT_RGB_332); in sci_matplot()
182 plottype = buildMatplotType(MATPLOT_UChar, MATPLOT_FORTRAN, MATPLOT_GRAY); in sci_matplot()
191 plottype = buildMatplotType(MATPLOT_Short, MATPLOT_FORTRAN, MATPLOT_RGB_444); in sci_matplot()
199 plottype = buildMatplotType(MATPLOT_UShort, MATPLOT_FORTRAN, MATPLOT_RGBA_4444); in sci_matplot()
207 plottype = buildMatplotType(MATPLOT_Int, MATPLOT_FORTRAN, MATPLOT_RGB); in sci_matplot()
215 plottype = buildMatplotType(MATPLOT_UInt, MATPLOT_FORTRAN, MATPLOT_RGBA); in sci_matplot()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/cpp/
H A Dset_data_property.cpp144 int plottype = -1; in set_data_property() local
189plottype = buildMatplotType(MATPLOT_Char, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
194plottype = buildMatplotType(MATPLOT_HM1_Char, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
198plottype = buildMatplotType(MATPLOT_HM3_Char, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
212plottype = buildMatplotType(MATPLOT_UChar, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
235plottype = buildMatplotType(MATPLOT_Short, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
248plottype = buildMatplotType(MATPLOT_UShort, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
261plottype = buildMatplotType(MATPLOT_Int, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
274plottype = buildMatplotType(MATPLOT_UInt, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
287plottype = buildMatplotType(MATPLOT_Double, (DataOrder)dataorder, (ImageType)imagetype); in set_data_property()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dfactorplots.py13 def interaction_plot(x, trace, response, func=np.mean, ax=None, plottype='b', argument
130 if plottype == 'both' or plottype == 'b':
137 elif plottype == 'line' or plottype == 'l':
143 elif plottype == 'scatter' or plottype == 's':
151 raise ValueError("Plot type %s not understood" % plottype)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/wxplot/
H A Dbase.py75 self.plottype = ''
140 def InitPlotOpts(self, plottype): argument
143 self.plottype = plottype # histogram, profile, or scatter
148 group=self.plottype, key='font')
158 group=self.plottype, key='raster')
163 if self.plottype == 'profile':
172 group=self.plottype, key='grid')
189 group=self.plottype, key='legend')
214 group=self.plottype, key='raster')
580 plottype=self.plottype,
[all …]
/dports/math/clfft/clFFT-2.12.2/src/scripts/perf/
H A DplotPerformance.py39 def plotGraph(dataForAllPlots, title, plottype, plotkwargs, xaxislabel, yaxislabel): argument
47 getattr(pylab, plottype)(thisPlot.xdata, thisPlot.ydata,
158 plottype = 'plot'
160 plottype = 'semilogx'
162 plottype = 'loglog'
165 plottype = 'loglog'
168 plottype = 'semilogx'
171 plottype = 'semilogx'
173 plottype = 'loglog'
176 plottype = 'loglog'
[all …]
/dports/editors/lazarus/lazarus/components/tachart/demo/runtime/plotunit/
H A Dmain.pas76 plottype: Integer;
84 plottype := PtrInt(CbPlotTypes.Items.Objects[CbPlotTypes.ItemIndex]);
91 TPlotType(abs(plottype)),
92 plottype < 0 // with symbols if value is negative
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/runtime/plotunit/
H A Dmain.pas77 plottype: Integer;
85 plottype := PtrInt(CbPlotTypes.Items.Objects[CbPlotTypes.ItemIndex]);
92 TPlotType(abs(plottype)),
93 plottype < 0 // with symbols if value is negative
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/runtime/plotunit/
H A Dmain.pas77 plottype: Integer;
85 plottype := PtrInt(CbPlotTypes.Items.Objects[CbPlotTypes.ItemIndex]);
92 TPlotType(abs(plottype)),
93 plottype < 0 // with symbols if value is negative
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/runtime/plotunit/
H A Dmain.pas76 plottype: Integer;
84 plottype := PtrInt(CbPlotTypes.Items.Objects[CbPlotTypes.ItemIndex]);
91 TPlotType(abs(plottype)),
92 plottype < 0 // with symbols if value is negative
/dports/math/clblas/clBLAS-2.10/src/scripts/perf/
H A DplotPerformance.py39 def plotGraph(dataForAllPlots, title, plottype, plotkwargs, xaxislabel, yaxislabel): argument
46 getattr(pylab, plottype)(thisPlot.xdata, thisPlot.ydata,
159 plottype = 'plot'
161 plottype = 'semilogx'
164 plottype = 'semilogx'
226 …getattr(pylab, plottype)(thisPlot.xdata, thisPlot.ydata, '{}.-'.format(colors.pop()), label=thisPl…
/dports/finance/py-mplfinance/mplfinance-0.12.7a17/src/mplfinance/
H A D_arg_validators.py79 def _get_valid_plot_types(plottype=None): argument
94 if plottype is None:
97 if plottype not in _valid_types_all:
99 elif plottype in _alias_types:
100 return _alias_types[plottype]
102 return plottype
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dgnuplot.h13 GRIDTYPE gridtype, PLOTTYPE plottype,
20 GRIDTYPE gridtype, PLOTTYPE plottype,
H A Dgnuplot.c57 GRIDTYPE gridtype, PLOTTYPE plottype, in ft_gnuplot() argument
262 if (plottype == PLOT_COMB) { in ft_gnuplot()
264 } else if (plottype == PLOT_POINT) { in ft_gnuplot()
348 bool mono = (plottype != PLOT_RETLIN); in ft_gnuplot()
441 GRIDTYPE gridtype, PLOTTYPE plottype, in ft_writesimple() argument
455 NG_IGNORE(plottype); in ft_writesimple()
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_serial/
H A Dplot_heat2D.py72 plottype = ['solution', 'error'] variable
74 plottype = ['solution']
76 for pt in plottype:
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_xbraid/
H A Dplot_heat2D.py72 plottype = ['solution', 'error'] variable
74 plottype = ['solution']
76 for pt in plottype:
/dports/cad/jspice3/jspice3-2.5/src/lib/spfte/
H A Ddotcards.c113 char *plottype, *s; local
228 plottype = command->wl_word;
232 if (setcplot(plottype))
236 "Error: no %s plot found\n", plottype);
253 plottype = command->wl_word;
256 if (setcplot(plottype))
260 "Error: no %s plot found\n", plottype);
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/includes/
H A DGrayPlot.h58 …t *n1, int *n2, char *strflag, double *brect, int *aaint, BOOL flagNax, long int l1, int plottype);
68 GRAPHICS_IMPEXP int C2F(implot1)(unsigned char *z, int *n1, int *n2, double *xrect, int plottype);
/dports/math/R-cran-pls/pls/inst/doc/
H A Dpls-manual.R89 plot(gas1, plottype = "scores", comps = 1:3)
209 plot(gas1, plottype = "coef", ncomp=1:3, legendpos = "bottomleft",
217 plot(gas1, plottype = "correlation")
/dports/math/R-cran-pls/pls/man/
H A Dplot.mvr.Rd9 plottype = c("prediction", "validation", "coefficients", "scores", "loadings",
17 \item{plottype}{character. What kind of plot to plot.}
35 \code{x} and \code{plottype} must be named.
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/tests/
H A Dtest_factorplots.py60 fig = interaction_plot(self.weight, self.duration, self.days, plottype='line')
62 fig = interaction_plot(self.weight, self.duration, self.days, plottype='scatter')
64 …assert_raises(ValueError, interaction_plot, self.weight, self.duration, self.days, plottype='unkno…
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_parallel/
H A Dplot_heat2D_p.py114 plottype = ['solution', 'error'] variable
116 plottype = ['solution']
118 for pt in plottype:
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_parhyp/
H A Dplot_heat2D_p.py114 plottype = ['solution', 'error'] variable
116 plottype = ['solution']
118 for pt in plottype:
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Ddotcards.c194 char *plottype, *s; in ft_cktcoms() local
314 plottype = command->wl_word; in ft_cktcoms()
320 if (ciprefix(plottype, pl->pl_typename)) { in ft_cktcoms()
328 plottype); in ft_cktcoms()
343 plottype = command->wl_word; in ft_cktcoms()
348 if (ciprefix(plottype, pl->pl_typename)) { in ft_cktcoms()
356 plottype); in ft_cktcoms()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dcompare.c628 l_int32 plottype, in pixCompareGrayOrRGB() argument
650 if (plottype > NUM_GPLOT_OUTPUTS) in pixCompareGrayOrRGB()
666 retval = pixCompareRGB(pixt1, pixt2, comptype, plottype, psame, in pixCompareGrayOrRGB()
695 l_int32 plottype, in pixCompareGray() argument
724 if (plottype > NUM_GPLOT_OUTPUTS) in pixCompareGray()
738 if (plottype) { in pixCompareGray()
742 gplot = gplotCreate("/tmp/junkgrayroot", plottype, in pixCompareGray()
788 l_int32 plottype, in pixCompareRGB() argument
809 if (plottype > NUM_GPLOT_OUTPUTS) in pixCompareRGB()
846 if (plottype) { in pixCompareRGB()
[all …]

1234