Home
last modified time | relevance | path

Searched refs:GPT_TS (Results 1 – 5 of 5) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h37 GPT_TS = 1 << 9, /* doing time series plot */ enumerator
H A Dgraphing.c103 #define ts_plot(g) ((g)->flags & GPT_TS)
544 gi->flags |= (GPT_TS | GPT_IDX); in get_gp_flags()
2431 if (s2 == NULL || (gi->flags & GPT_TS)) { in make_gtitle()
3144 if (!(gi->flags & GPT_TS)) { in print_gp_dummy_data()
3416 if (flags & GPT_TS) { in print_gnuplot_flags()
3594 gi->flags &= ~GPT_TS; in maybe_add_plotx()
4077 if (!(gi.flags & GPT_TS)) { in gnuplot()
4123 if (gi.flags & GPT_TS) { in gnuplot()
4371 gi.flags &= ~GPT_TS; in theil_forecast_plot()
6452 if (gi->flags & GPT_TS) { in plot_with_band()
[all …]
H A Dplotspec.c1849 if ((spec->flags & GPT_TS) && f != PLOT_FIT_LOESS) { in plotspec_add_fit()
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c582 if ((spec->flags & GPT_TS) && f != PLOT_FIT_NONE && ed->keycombo != NULL) { in fit_type_changed()
1644 if (!(spec->flags & GPT_TS)) { in show_bars_check()
1736 if (spec->flags & GPT_TS) { in gpt_tab_main()
2600 if (spec->flags & GPT_TS) { in gpt_tab_lines()
H A Dgpt_control.c2844 if (spec->flags & GPT_TS) { in maybe_set_add_fit_ok()
3289 spec->flags |= GPT_TS; in read_plotspec_from_file()
3297 spec->flags |= GPT_TS; in read_plotspec_from_file()