pymccrgb.plotting module

Convenience functions for plotting point cloud features

pymccrgb.plotting.color_bins(bins, L=50, **kwargs)[source]

Define colors for histograms of CIELab colors

pymccrgb.plotting.initialize_plot_settings()[source]
pymccrgb.plotting.plot_features(data, colors, names)[source]
pymccrgb.plotting.plot_histogram_by_class_method(data, labels1, labels2, updated, xlabel='NGRDVI')[source]
pymccrgb.plotting.plot_labels(x, y, labels, mask=None, ax=None)[source]
pymccrgb.plotting.plot_points(data, axes='xy', cmax=256, ax=None)[source]
pymccrgb.plotting.plot_points_3d(data, ax=None, **kwargs)[source]
pymccrgb.plotting.plot_results(data, labels_mcc, labels_pred, downsample=None)[source]
pymccrgb.plotting.style_plot(func)[source]