From: Matthew Fernandez Date: Sat, 6 Mar 2021 02:33:27 +0000 (-0800) Subject: remove plot_*_map prototypes X-Git-Tag: 2.47.1~55^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daaa5f23726f743281b41968207d81f03791dbf8;p=graphviz remove plot_*_map prototypes These functions are not implemented. --- diff --git a/cmd/gvmap/make_map.h b/cmd/gvmap/make_map.h index 5bdbf7b48..85c5db9d4 100644 --- a/cmd/gvmap/make_map.h +++ b/cmd/gvmap/make_map.h @@ -33,17 +33,9 @@ void plot_polys(int use_line, SparseMatrix polys, real *x_poly, int *polys_group void plot_points(int n, int dim, real *x); void plot_edges(int n, int dim, real *x, SparseMatrix A); void plot_labels(int n, int dim, real *x, char **labels); -#if 0 -void plot_ps_map(int n, int dim, real *x, SparseMatrix polys, SparseMatrix poly_lines, real line_width, real *x_poly, int *polys_groups, char **labels, real *width, - float *fsz, float *r, float *g, float *b, char *plot_label, real *bg_color, SparseMatrix A); -#endif void plot_dot_map(Agraph_t* gr, int n, int dim, real *x, SparseMatrix polys, SparseMatrix poly_lines, real line_width, char *line_color, real *x_poly, int *polys_groups, char **labels, real *width, float *fsz, float *r, float *g, float *b, char* opacity, char *plot_label, real *bg_color, SparseMatrix A, FILE*); -#if 0 -void plot_processing_map(Agraph_t* gr, int n, int dim, real *x, SparseMatrix polys, SparseMatrix poly_lines, real line_width, int nverts, real *x_poly, int *polys_groups, char **labels, real *width, float *fsz, float *r, float *g, float *b, char *plot_label, real *bg_color, SparseMatrix A); -#endif - void map_optimal_coloring(int seed, SparseMatrix A, float *rgb_r, float *rgb_g, float *rgb_b); void map_palette_optimal_coloring(char *color_scheme, char *lightness, SparseMatrix A, real accuracy, int seed, float **rgb_r, float **rgb_g, float **rgb_b);