| 217 | } |
| 218 | |
| 219 | bool br_plot_metadata(int num_files, const char *files[], const char *columns, bool show) |
| 220 | { |
| 221 | return PlotMetadata(QtUtils::toStringList(num_files, files), columns, show); |
| 222 | } |
| 223 | |
| 224 | bool br_plot_knn(int num_files, const char *files[], const char *destination, bool show) |
| 225 | { |
no test coverage detected