-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ
davis278 edited this page Jun 5, 2019
·
4 revisions
To see all the available colormaps, such as "rainbow" or "AMIP", type the following into a cell in a Jupyter notebook within the JupyterLab interface.
vcs.listelements("colormap")To change the colormap on your active canvas (the active image) type the following into a cell, then click on the "plot" button to replot the image/canvas.
canvas.setcolormap("rainbow")If you want to access data outside of your top directory, you can create a symbolic link to the data. Details are described in the middle of the Using Your Own Data section of the Access Data wiki page.