{ "cells": [ { "cell_type": "markdown", "id": "7b367b65", "metadata": {}, "source": [ "# Some tips on using jupyter notebooks:\n", "\n", "- shift+enter to run a cell\n", "- ESC while jump out of the activate cell allowing the following commands:\n", " - shift+a - gives a new cell above\n", " - m - changes from code to markdown\n", " - y changes from markdown to code" ] }, { "cell_type": "markdown", "id": "4e51e1c3", "metadata": {}, "source": [ "# some useful tips when viewing interactive plots\n", "\n", "- hovering the mouse over the current plot area shows a readout of the x,y,intensity values below the plot\n", "- for 2d images the contrast can be adjusted by selecting the crossed arrows from the toolbar on the left, and then clicking and dragging on the colour bar\n", "\n", "\n", "![image.png](../images/movement_icon.png)\n", "\n", " - right-click and drag : increases or decreases the overall range of the colourmap\n", " - left-click and drag : moves the upper and lower limits together " ] }, { "cell_type": "markdown", "id": "c03ba81d", "metadata": {}, "source": [] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }