Home
last modified time | relevance | path

Searched refs:ycolumn (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dplot.c45 IM_FREE( plot->ycolumn[i] ); in plot_free_columns()
48 IM_FREE( plot->ycolumn ); in plot_free_columns()
186 plot->ycolumn[c] = NULL; in plot_unpack()
204 plot->ycolumn[c][r] = in plot_unpack()
214 plot->ycolumn[c][r] = in plot_unpack()
224 plot->ycolumn[c][r] = in plot_unpack()
236 ymin = plot->ycolumn[0][0]; in plot_unpack()
237 ymax = plot->ycolumn[0][0]; in plot_unpack()
246 ymax = plot->ycolumn[c][r]; in plot_unpack()
248 ymin = plot->ycolumn[c][r]; in plot_unpack()
[all …]
H A Dplotstatus.c254 double *ycolumn = plot->ycolumn[column]; in plotstatus_series_update() local
270 set_glabel( widget, "%g", ycolumn[best] ); in plotstatus_series_update()
H A Dplot.h81 double **ycolumn; member
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTable_extensions.h66 void Table_verticalErrorBarsPlotWhere (Table me, Graphics g, integer xcolumn, integer ycolumn, doub…
69 void Table_horizontalErrorBarsPlotWhere (Table me, Graphics g, integer xcolumn, integer ycolumn, do…
76 integer xcolumn, integer ycolumn, integer numberOfQuantiles,
114 integer xcolumn, double xmin, double xmax, integer ycolumn, double ymin, double ymax,
124 …integer xcolumn, integer ycolumn, integer labelcolumn, double xmin, double xmax, double ymin, doub…
H A DTable_extensions.cpp3261 if (xcolumn < 1 || xcolumn > nrows || ycolumn < 1 || ycolumn > nrows ||
3328 integer xcolumn, integer ycolumn, double xmin, double xmax,
3334 if (xcolumn < 1 || xcolumn > nrows || ycolumn < 1 || ycolumn > nrows ||
4075 if (xcolumn < 1 || xcolumn > my numberOfColumns || ycolumn < 1 || ycolumn > my numberOfColumns)
4078 Table_numericize_Assert (me, ycolumn);
4084 ydata [irow] = my rows.at [irow] -> cells [ycolumn]. number;
4111 if (my columnHeaders [ycolumn].label)
4112 Graphics_textLeft (g, true, my columnHeaders [ycolumn]. label.get());
4433 Melder_require (ycolumn >= 1 && ycolumn <= my numberOfColumns,
4703 if (my columnHeaders [ycolumn]. label)
[all …]
H A DDataModeler.h174 …ataModeler (Table me, double xmin, double xmax, integer xcolumn, integer ycolumn, integer scolumn,…
H A Dpraat_David_init.cpp6953 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
6976 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7020 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7071 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7092 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7117 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7173 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7294 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7320 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
7344 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, yColumn_string);
[all …]
H A DDataModeler.cpp1602 …ataModeler (Table me, double xmin, double xmax, integer xcolumn, integer ycolumn, integer sigmacol… in Table_to_DataModeler() argument
1605 Table_checkSpecifiedColumnNumberWithinRange (me, ycolumn); in Table_to_DataModeler()
1625 y [numberOfData] = Table_getNumericValue_Assert (me, i, ycolumn); in Table_to_DataModeler()
H A Dpraat_DataModeler_init.cpp1095 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, columnWithY_string); variable
1097 …autoDataModeler result = Table_to_DataModeler (me, xmin, xmax, xcolumn, ycolumn, scolumn, maximumO…
/dports/astro/match/match-1.0/
H A Dmisc.c473 int ycolumn, /* I: column in which 'y' data is found */ in read_star_file() argument
493 shAssert((ycolumn >= 0) && (ycolumn != xcolumn)); in read_star_file()
495 (magcolumn != xcolumn) && (magcolumn != ycolumn)); in read_star_file()
504 if (ycolumn > last_column) { in read_star_file()
505 last_column = ycolumn; in read_star_file()
561 if (get_value(col[ycolumn], &yval) != SH_SUCCESS) { in read_star_file()
563 col[ycolumn]); in read_star_file()
567 if (ra_hours_col == ycolumn) { in read_star_file()
H A Dmisc.h189 read_star_file(char *filename, int xcolumn, int ycolumn, int magcolumn,
/dports/games/flightgear/flightgear-2020.3.11/scripts/perl/examples/
H A Dlogging.pl178 my( $ycolumn ) = shift;
196 … print CMD "plot \"$tmpdata\" using $xcolumn:$ycolumn title \"$xtitle vs. $ytitle\" with lines\n";
/dports/audio/praat/praat-6.2.03/stat/
H A DTable.h103 void Table_scatterPlot (Table me, Graphics g, integer xcolumn, integer ycolumn,
105 void Table_scatterPlot_mark (Table me, Graphics g, integer xcolumn, integer ycolumn,
107 void Table_drawEllipse_e (Table me, Graphics g, integer xcolumn, integer ycolumn,
H A DTable.cpp1734 if (xcolumn < 1 || xcolumn > my numberOfColumns || ycolumn < 1 || ycolumn > my numberOfColumns)
1737 Table_numericize_Assert (me, ycolumn);
1747 if (! Table_getExtrema (me, ycolumn, & ymin, & ymax))
1773 if (my columnHeaders [ycolumn]. label)
1782 if (xcolumn < 1 || xcolumn > my numberOfColumns || ycolumn < 1 || ycolumn > my numberOfColumns)
1785 Table_numericize_Assert (me, ycolumn);
1795 if (! Table_getExtrema (me, ycolumn, & ymin, & ymax))
1824 if (my columnHeaders [ycolumn]. label)
1833 if (xcolumn < 1 || xcolumn > my numberOfColumns || ycolumn < 1 || ycolumn > my numberOfColumns)
1836 Table_numericize_Assert (me, ycolumn);
[all …]
H A Dpraat_Stat.cpp332 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, verticalColumn); variable
334 Table_scatterPlot (me, GRAPHICS, xcolumn, ycolumn,
353 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, verticalColumn); variable
354 Table_scatterPlot_mark (me, GRAPHICS, xcolumn, ycolumn,
374 const integer ycolumn = Table_getColumnIndexFromColumnLabel (me, verticalColumn); variable
375 Table_drawEllipse_e (me, GRAPHICS, xcolumn, ycolumn,
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dxylist.c51 const char* xcolumn, const char* ycolumn, in xylist_is_file_xylist() argument
83 if (ycolumn) in xylist_is_file_xylist()
84 xylist_set_yname(xyls, ycolumn); in xylist_is_file_xylist()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dxylist.c51 const char* xcolumn, const char* ycolumn, in xylist_is_file_xylist() argument
85 if (ycolumn) in xylist_is_file_xylist()
86 xylist_set_yname(xyls, ycolumn); in xylist_is_file_xylist()
/dports/astro/siril/siril/src/registration/matching/
H A Dmisc.h163 read_star_file(char *filename, int xcolumn, int ycolumn, int magcolumn,
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dxylist.h155 const char* xcolumn, const char* ycolumn,
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dxylist.h155 const char* xcolumn, const char* ycolumn,
/dports/audio/praat/praat-6.2.03/melder/
H A DMAT.cpp455 constVECVU const ycolumn = y.column (i); in _mul_fast_MAT_out() local
457 targetcolumn [irow] += x [irow] [i] * ycolumn [irow]; in _mul_fast_MAT_out()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.82079 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.82079 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)