We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING:pyparty.multi:Ignore set to None but was not found on image.
Try this on nanolabels with ignore = 0.0, or no ignore:
from pyparty import MultiCanvas from pyparty.data import nanolabels from pyparty.plots import splot, showim NANOLABELS = nanolabels() NAMES = ('singles', 'dimers', 'trimers', 'clusters') showim(NANOLABELS, 'spectral', title='Labeled Nanoparticles') mc = MultiCanvas.from_labeled(nanolabels(), *NAMES) mc.set_colors('r', 'g', 'y', 'magenta') mc.show(names = True, ncols=2, figsize=(7,5))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WARNING:pyparty.multi:Ignore set to None but was not found on image.
Try this on nanolabels with ignore = 0.0, or no ignore:
The text was updated successfully, but these errors were encountered: