Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_commands.h117 PANPLOT, enumerator
243 c == PANPLOT)
H A Doptions.c494 { PANPLOT, OPT_M, "means", 0 },
495 { PANPLOT, OPT_V, "overlay", 0 },
496 { PANPLOT, OPT_S, "sequence", 0 },
497 { PANPLOT, OPT_D, "grid", 0 },
498 { PANPLOT, OPT_A, "stack", 0 },
499 { PANPLOT, OPT_B, "boxplots", 0 },
500 { PANPLOT, OPT_C, "boxplot", 0 },
501 { PANPLOT, OPT_U, "output", 2},
H A Dgretl_commands.c128 { PANPLOT, "panplot" },
H A Dinteract.c3123 } else if (cmd->ci == PANPLOT) { in execute_plot_call()
4042 case PANPLOT: in gretl_cmd_exec()
H A Dtokenize.c170 { PANPLOT, "panplot", CI_LIST | CI_LLEN1 | CI_EXTRA },
H A Dgraphing.c7742 const char *s = get_optval_string(PANPLOT, OPT_U); in cli_panel_plot()
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c7512 print_flags(ppopt, PANPLOT)); in do_panel_plot()