Skip to content
New issue

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

Multicanvas ignore works but message says it doesnt #63

Open
hughesadam87 opened this issue Dec 4, 2014 · 0 comments
Open

Multicanvas ignore works but message says it doesnt #63

hughesadam87 opened this issue Dec 4, 2014 · 0 comments

Comments

@hughesadam87
Copy link
Owner

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant