47 #include <uves_cpl_size.h>
51 uves_plot_initialize(
const char *plotter_command);
54 uves_plot_table(
const cpl_table *table,
const char *colx,
const char *coly,
55 const char *format, ...)
57 __attribute__((format (printf, 4, 5)))
62 uves_plot_image_rows(
const cpl_image *image,
int first_row,
int last_row,
int step,
63 const char *xtitle,
const char *ytitle,
const char *format, ...)
65 __attribute__((format (printf, 7, 8)))
70 uves_plot_bivectors(cpl_bivector **bivectors,
char **titles,
71 int N,
const char *xtitle,
75 uves_plot_image_columns(
const cpl_image *image,
int first_column,
int last_column,
int step,
76 const char *xtitle,
const char *ytitle,
const char *format, ...)
78 __attribute__((format (printf, 7, 8)))