Lines Matching refs:plot
33 struct plot { struct
139 int svg_io_graph(struct plot *plot, struct graph_dot_data *gdd);
141 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th…
146 struct plot *alloc_plot(void);
147 int close_plot(struct plot *plot);
148 int close_plot_no_height(struct plot *plot);
149 void setup_axis(struct plot *plot);
150 void set_xticks(struct plot *plot, int num_ticks, int first, int last);
151 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units);
152 void set_plot_title(struct plot *plot, char *title);
153 void set_plot_label(struct plot *plot, char *label);
154 void set_xlabel(struct plot *plot, char *label);
155 void set_ylabel(struct plot *plot, char *label);
158 void write_drop_shadow_line(struct plot *plot);
159 void svg_write_legend(struct plot *plot);
160 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color);
161 void svg_alloc_legend(struct plot *plot, int num_lines);
164 void svg_free_legend(struct plot *plot);
166 void set_plot_output(struct plot *plot, char *filename);
170 int svg_io_graph_movie_array(struct plot *plot, struct pid_plot_history *ph);
171 void svg_write_time_line(struct plot *plot, int col);
174 int close_plot_file(struct plot *plot);
175 int svg_io_graph_movie_array_spindle(struct plot *plot, struct pid_plot_history *ph);
177 void setup_axis_spindle(struct plot *plot);
178 int close_plot_col(struct plot *plot);