Home
last modified time | relevance | path

Searched refs:PLOT_FREQ_SIMPLE (Results 1 – 4 of 4) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h86 PLOT_FREQ_SIMPLE, enumerator
157 #define frequency_plot_code(c) (c == PLOT_FREQ_SIMPLE || \
H A Dplotspec.c1485 if ((spec->code == PLOT_FREQ_SIMPLE || in plotspec_print()
H A Dgraphing.c119 { PLOT_FREQ_SIMPLE, "frequency plot (simple)" },
2088 } else if (p == PLOT_FREQ_SIMPLE || in plot_output_option()
5244 plottype = PLOT_FREQ_SIMPLE; in plot_freq()
H A Ddescribe.c2260 ptype = PLOT_FREQ_SIMPLE; in freqdist()