How do I create a plot of an image?
Images can be created using either make_figure or add_image:
make_figure("img.fits", "image") make_figure("img.fits", "image", ["colormap", "heat"]) add_image("img.fits") add_image("img.fits", ["colormap", "heat"])
The ChIPS Gallery
More examples can be seen in the ChIPS Gallery.
