Home
last modified time | relevance | path

Searched refs:open_plot_input_file (Results 1 – 15 of 15) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c5002 fp = open_plot_input_file(PLOT_3D, 0, &err); in gnuplot_3d()
5108 fp = open_plot_input_file(PLOT_3D, 0, &err); in open_3d_plot_input_file()
5247 fp = open_plot_input_file(plottype, 0, &err); in plot_freq()
6844 fp = open_plot_input_file(PLOT_RQ_TAU, 0, &err); in plot_tau_sequence()
6976 fp = open_plot_input_file(PLOT_GARCH, 0, &err); in garch_resid_plot()
7590 fp = open_plot_input_file(PLOT_PANEL, 0, &err); in panel_grid_ts_plot()
7956 fp = open_plot_input_file(ptype, 0, &err); in gretl_VAR_plot_FEVD()
8490 fp = open_plot_input_file(PLOT_ROOTS, 0, &err); in gretl_VAR_roots_plot()
9040 fp = open_plot_input_file(PLOT_QQ, 0, &err); in qq_plot_two_series()
9136 fp = open_plot_input_file(PLOT_QQ, flags, &err); in normal_qq_plot()
[all …]
H A Dgraphing.h183 FILE *open_plot_input_file (PlotType ptype, GptFlags flags, int *err);
H A Dgretl_plot.c103 fp = open_plot_input_file(PLOT_USER, 0, &err); in no_data_plot()
H A Dboxplots.c602 fp = open_plot_input_file(PLOT_BOXPLOTS, 0, &err); in write_gnuplot_boxplot()
H A Dcompare.c2647 fp = open_plot_input_file(PLOT_REGULAR, 0, &err); in QLR_graph()
3289 fp = open_plot_input_file(PLOT_CUSUM, 0, &err); in cusum_do_graph()
H A Ddescribe.c3792 fp = open_plot_input_file(PLOT_XCORRELOGRAM, 0, &err); in xcorrgm_graph()
7054 fp = open_plot_input_file(PLOT_REGULAR, 0, &err); in lorenz_graph()
H A Destimate.c2081 fp = open_plot_input_file(PLOT_REGULAR, 0, &err); in hilu_plot()
/dports/math/gretl/gretl-2021d/plugin/
H A Drange-mean.c99 fp = open_plot_input_file(PLOT_RANGE_MEAN, 0, &err); in do_range_mean_plot()
H A Dfractals.c34 fp = open_plot_input_file(PLOT_HURST, 0, &err); in do_hurst_plot()
H A Dkernel.c104 fp = open_plot_input_file(PLOT_KERNEL, 0, &err); in density_plot()
H A Dleverage.c200 fp = open_plot_input_file(PLOT_LEVERAGE, 0, &err); in leverage_plot()
H A Dtramo-x12a.c558 fp = open_plot_input_file(PLOT_TRI_GRAPH, 0, &err); in graph_series()
H A Dsvm.c1912 fp = open_plot_input_file(PLOT_USER, 0, &err); in write_plot_file()
/dports/math/gretl/gretl-2021d/gui/
H A Dfilters.c946 fp = open_plot_input_file(PLOT_TRI_GRAPH, 0, &err); in do_filter_graph()
948 fp = open_plot_input_file(PLOT_REGULAR, GPT_LETTERBOX, &err); in do_filter_graph()
1061 fp = open_plot_input_file(PLOT_ROOTS, 0, &err); in butterworth_poles_graph()
1168 fp = open_plot_input_file(PLOT_REGULAR, 0, &err); in do_filter_response_graph()
H A Dcalculator.c534 fp = open_plot_input_file(PLOT_H_TEST, 0, &err); in htest_graph()
615 fp = open_plot_input_file(PLOT_PROB_DIST, 0, &err); in dist_graph()
3240 fp = open_plot_input_file(PLOT_CURVE, 0, &err); in do_plot_curve()
3359 fp = open_plot_input_file(PLOT_CURVE, 0, &err); in do_plot_cdf()