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

Add options to image #6

Open
freeman-lab opened this issue Jan 22, 2015 · 0 comments
Open

Add options to image #6

freeman-lab opened this issue Jan 22, 2015 · 0 comments

Comments

@freeman-lab
Copy link
Member

Lightning's image function should add some of the options from matplotlib.imshow. A couple that would be useful and straightforward (only requiring changes to the client, not the visualization itself) are:

  • a cmap, which would be used to transform images using a colormap, and then show the resulting RGB image. if passed an RGB image directly, this option would be ignored.
  • a clim that handles scaling when cmap is passed

It would also be nice to specify options for origin andinterpolation, but we'll need to first add options to the visualization itself (if possible).

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