• Home
  • Raw
  • Download

Lines Matching defs:plot

344 void setup_axis(struct plot *plot)  in setup_axis()
401 void setup_axis_spindle(struct plot *plot) in setup_axis_spindle()
451 void set_plot_title(struct plot *plot, char *title) in set_plot_title()
501 void set_xticks(struct plot *plot, int num_ticks, int first, int last) in set_xticks()
565 void set_ylabel(struct plot *plot, char *label) in set_ylabel()
583 void set_xlabel(struct plot *plot, char *label) in set_xlabel()
603 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units) in set_yticks()
636 void set_plot_label(struct plot *plot, char *label) in set_plot_label()
657 int close_plot(struct plot *plot) in close_plot()
669 struct plot *plot; in alloc_plot() local
679 int close_plot_file(struct plot *plot) in close_plot_file()
701 void set_plot_output(struct plot *plot, char *filename) in set_plot_output()
785 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th… in svg_line_graph()
861 void svg_write_time_line(struct plot *plot, int col) in svg_write_time_line()
880 int svg_io_graph_movie_array(struct plot *plot, struct pid_plot_history *pph) in svg_io_graph_movie_array()
903 int svg_io_graph_movie_array_spindle(struct plot *plot, struct pid_plot_history *pph) in svg_io_graph_movie_array_spindle()
1019 int svg_io_graph(struct plot *plot, struct graph_dot_data *gdd) in svg_io_graph()
1045 void svg_alloc_legend(struct plot *plot, int num_lines) in svg_alloc_legend()
1053 void svg_free_legend(struct plot *plot) in svg_free_legend()
1063 void svg_write_legend(struct plot *plot) in svg_write_legend()
1090 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color) in svg_add_legend()