unmixing icon indicating copy to clipboard operation
unmixing copied to clipboard

visualize.FeatureSpace has RuntimeError with plot_feature_space() when colorbar used

Open arthur-e opened this issue 9 years ago • 0 comments

from unmixing.visualize import FeatureSpace
vis_fs = FeatureSpace(path = '/home/arthur/Desktop/detroit.tiff', nodata = -9999,
                      feature_limit = None)
vis_fs.plot_feature_space(c = 2) # Anytime `c` is set
RuntimeError: No mappable was found to use for colorbar creation. First define a mappable such as an image (with imshow) or a contour set (with contourf).

arthur-e avatar Mar 20 '17 15:03 arthur-e