Home
last modified time | relevance | path

Searched refs:MIN_NVARS_FOR_COTOUR (Results 1 – 7 of 7) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Ddefines.h137 #define MIN_NVARS_FOR_COTOUR 3 /* require: 3 in subset, 2 active */ macro
H A Dtourcorr.c260 if (nc < MIN_NVARS_FOR_COTOUR) in display_tourcorr_init()
442 if (dsp->tcorr1.nsubset + dsp->tcorr2.nsubset > MIN_NVARS_FOR_COTOUR && in tourcorr_subset_horvar_set()
604 if (dsp->tcorr2.nsubset + dsp->tcorr1.nsubset > MIN_NVARS_FOR_COTOUR && in tourcorr_subset_vervar_set()
659 if (dsp->tcorr1.nsubset + dsp->tcorr2.nsubset > MIN_NVARS_FOR_COTOUR && in tourcorr_subset_vervar_set()
H A DscatterplotClass.c440 if (nc >= MIN_NVARS_FOR_COTOUR) { in tourCorrRealloc()
441 if (old_ncols < MIN_NVARS_FOR_COTOUR) in tourCorrRealloc()
998 if (dpy->d->ncols >= MIN_NVARS_FOR_COTOUR) in cpanelSet()
H A Dscatterplot.c389 if (d->ncols >= MIN_NVARS_FOR_COTOUR) in createScatterplot()
H A Dsp_plot_axes.c336 if (d->ncols < MIN_NVARS_FOR_COTOUR) in splot_draw_tour_axes()
H A Ddisplay.c642 if (nc >= MIN_NVARS_FOR_COTOUR && display->tcorr1.idled) in display_free_all()
H A Dmain_ui.c611 if (d->ncols < MIN_NVARS_FOR_COTOUR) in projection_ok()