Home
last modified time | relevance | path

Searched refs:xLabels (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/matomo/piwik/plugins/CoreVisualizations/JqplotDataGenerator/
H A DEvolution.php59 $xLabels = [
63 $this->addComparisonXLabels($xLabels, reset($dataTables));
64 $this->addSelectedSeriesXLabels($xLabels, $dataTables);
99 foreach ($xLabels as $index => $seriesXLabels) {
187 private function addComparisonXLabels(array &$xLabels, DataTable $table) argument
201 $xLabels[$index + 1][] = $subperiod;
207 * @param array $xLabels
211 protected function addSelectedSeriesXLabels(array &$xLabels, array $dataTables) argument
214 foreach ($xLabels as $labelSeries) {
224 $xLabels[0][] = $period;
H A DChart.php28 public function setAxisXLabels($xLabels, $xTicks = null, $index = 0) argument
35 $this->axes[$axisName]['labels'] = array_values($xLabels);
37 $ticks = array_values($xTicks ?: $xLabels);
128 public function setAxisXLabelsMultiple($xLabels, $seriesToXAxis, $ticks = null) argument
130 foreach ($xLabels as $index => $labels) {
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/
H A DSurfData.cpp114 xLabels(other.xLabels), fLabels(other.fLabels) in SurfData()
184 xLabels = other.xLabels; in operator =()
360 return xLabels[index]; in getXLabel()
381 find(xLabels.begin(),xLabels.end(),unquoted_name); in varIndex()
395 copy(xLabels.begin(),xLabels.end(),ostream_iterator<string>(cout,"\n")); in varIndex()
436 if (xLabels.empty()) { in addPoint()
593 xLabels = labels; in setXLabels()
842 xLabels.resize(xsize); in defaultLabels()
846 xLabels[i] = os.str(); in defaultLabels()
864 xLabels.resize(xsize); in readLabelsIfPresent()
[all …]
H A DSurfData.h294 std::vector< std::string > xLabels; variable
378 archive & xLabels; in serialize() local
/dports/www/matomo/piwik/plugins/PagePerformance/JqplotDataGenerator/
H A DChart.php28 public function setAxisXLabels($xLabels, $xTicks = null, $index = 0) argument
35 $this->axes[$axisName]['labels'] = array_values($xLabels);
37 $ticks = array_values($xTicks ?: $xLabels);
116 public function setAxisXLabelsMultiple($xLabels, $seriesToXAxis, $ticks = null) argument
118 foreach ($xLabels as $index => $labels) {
H A DStackedBarEvolution.php56 $xLabels = [
60 $this->addSelectedSeriesXLabels($xLabels, $dataTables);
86 foreach ($xLabels as $index => $seriesXLabels) {
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DUTMLabelingEngine.cpp149 for (unsigned i = 0; i < numLabels && xi < data.xLabels.size(); ++i, ++xi) in updateLabels()
159 data.xLabels[xi]->setPosition(p); in updateLabels()
160 data.xLabels[xi]->setText(Stringify() << std::setprecision(8) << xx); in updateLabels()
161 data.xLabels[xi]->setNodeMask(~0); in updateLabels()
196 for (unsigned i = 0; i < numLabels && xi < data.xLabels.size(); ++i, ++xi) in updateLabels()
206 data.xLabels[xi]->setPosition(p); in updateLabels()
207 data.xLabels[xi]->setText(Stringify() << std::setprecision(8) << xx); in updateLabels()
208 data.xLabels[xi]->setNodeMask(~0); in updateLabels()
H A DGraticuleLabelingEngine.cpp93 for(GraticuleLabelingEngine::LabelNodeVector::iterator i = data.xLabels.begin(); in operator ()()
94 i != data.xLabels.end(); in operator ()()
127 for (LabelNodeVector::iterator i = data.xLabels.begin(); i != data.xLabels.end(); ++i) in operator ()()
174 if (data.xLabels.empty()) in cullTraverse()
183 data.xLabels.push_back(label); in cullTraverse()
200 data.xLabels[i]->setNodeMask(0); in cullTraverse()
H A DGeodeticLabelingEngine.cpp91 data.xLabels[xi]->setPosition(p); in updateLabels()
92 data.xLabels[xi]->setText(text); in updateLabels()
93 data.xLabels[xi]->setNodeMask(~0); in updateLabels()
95 if (xi >= data.xLabels.size()) break; in updateLabels()
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/linechart/
H A Dlinechart.go51 xLabels map[int]string member
103 xLabels map[int]string member
156 opts.xLabels = make(map[int]string, len(labels))
158 opts.xLabels[pos] = label
217 for i, t := range series.xLabels {
225 lc.xLabels = series.xLabels
242 CustomLabels: lc.xLabels,
276 reqXHeight := axes.RequiredHeight(lc.maxXValue(), lc.xLabels, lc.opts.xLabelOrientation)
506 reqHeight := axes.RequiredHeight(lc.maxXValue(), lc.xLabels, lc.opts.xLabelOrientation) + 2
/dports/biology/checkm/CheckM-1.0.18/checkm/plot/
H A DAbstractPlot.py67 def labelExtents(self, xLabels, xFontSize, xRotation, yLabels, yFontSize, yRotation): argument
72 tempAxes.set_xticks(np.arange(len(xLabels)))
75 xText = tempAxes.set_xticklabels(xLabels, size=xFontSize, rotation=xRotation)
101 xLabels = tempAxes.set_xticklabels(labels, size=fontSize, rotation=rotation)
104 for label in xLabels:
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/heatmap/
H A Dheatmap.go46 xLabels []string member
78 func (hp *HeatMap) Values(xLabels []string, yLabels []string, values [][]float64, opts ...Option) e…
84 hp.xLabels = nil
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/qmlweather/qml/qmlweather/
H A Dmain.qml202 var xLabels = barCategoriesAxis.categories;
203 xLabels[Number(i)] = weatherObj.date.substring(5, 10);
204 barCategoriesAxis.categories = xLabels;
207 barCategoriesAxis.max = xLabels.length - 1;
/dports/audio/praat/praat-6.2.03/dwtools/
H A DCCA_def.h34 oo_OBJECT (Strings, 0, xLabels)
H A DCCA.cpp72 my xLabels = Thing_new (Strings);
83 Strings labels = my xLabels.get();
142 …thy xLabels = Strings_createFromSTRVEC (my columnLabels.part (numberOfDependents + 1, my numberOfC…
175 Melder_assert (thy x -> dimension == thy xLabels -> numberOfStrings &&
/dports/www/matomo/piwik/plugins/CoreVisualizations/
H A DJqplotDataGenerator.php114 $xLabels = $dataTable->getColumn('label');
131 $visualization->setAxisXLabels($xLabels);
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/heatmap/internal/axes/
H A Dlabel.go52 func xLabels(yEnd image.Point, graphWidth int, labels []string, cellWidth int) ([]*Label, error) { func
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/
H A Dseriesconverter.cxx807 …ModelRef< DataLabelsModel > xLabels = mrModel.mxLabels.is() ? mrModel.mxLabels : rTypeGroup.getMod… in createDataSeries() local
808 if( xLabels.is() ) in createDataSeries()
810 if( xLabels->maNumberFormat.maFormatCode.isEmpty() ) in createDataSeries()
815 xLabels->maNumberFormat.maFormatCode = pValues->mxDataSeq->maFormatCode; in createDataSeries()
817 DataLabelsConverter aLabelsConv( *this, *xLabels ); in createDataSeries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/
H A Dseriesconverter.cxx864 …ModelRef< DataLabelsModel > xLabels = mrModel.mxLabels.is() ? mrModel.mxLabels : rTypeGroup.getMod… in createDataSeries() local
865 if( xLabels.is() ) in createDataSeries()
867 if( xLabels->maNumberFormat.maFormatCode.isEmpty() ) in createDataSeries()
872 xLabels->maNumberFormat.maFormatCode = pValues->mxDataSeq->maFormatCode; in createDataSeries()
874 DataLabelsConverter aLabelsConv( *this, *xLabels ); in createDataSeries()
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DAFNIplot.R1394 xLabels <- colnames(x) functionVar
1410 if( !is.null(Lst$xLabels) ){
1411 xLabels <- c(Lst$xLabels)
1449 if( is.null(xLabels) ){
1450 xLabels <- c(1:ncol(x))
1478 image(1:length(xLabels), 1:length(yLabels), t(x), col=ColorRamp, xlab="",
1484 axis(BELOW<-1, at=1:length(xLabels), labels=xLabels, cex.axis=0.7, las=2)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx1114 Sequence< Reference<chart2::XDataPointCustomLabelField>> xLabels(nLabelCount); in setStylesToDataPoints() local
1116 for( auto j = 0; j< xLabels.getLength(); ++j ) in setStylesToDataPoints()
1119 xLabels[j] = xCustomLabel; in setStylesToDataPoints()
1123 xPointProp->setPropertyValue("CustomLabelFields", uno::Any(xLabels)); in setStylesToDataPoints()
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/linechart/internal/axes/
H A Daxes.go208 labels, err := xLabels(scale, graphZero, xp.CustomLabels, xp.LO)
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DDataSourceHelper.hxx54 const css::uno::Reference< css::chart2::data::XDataSequence >& xLabels );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DDataSourceHelper.hxx55 const css::uno::Reference< css::chart2::data::XDataSequence >& xLabels );
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/controls/
H A DLineChartControl.qml29 property alias xLabels: xAxisLabels

12