diff --git a/docs/_static/crosshairs.png b/docs/_static/crosshairs.png new file mode 100644 index 000000000..c91fec5be Binary files /dev/null and b/docs/_static/crosshairs.png differ diff --git a/docs/getting-started/numpy-pandas-xarray.ipynb b/docs/getting-started/numpy-pandas-xarray.ipynb index 1ab2a7961..27e1d97ad 100644 --- a/docs/getting-started/numpy-pandas-xarray.ipynb +++ b/docs/getting-started/numpy-pandas-xarray.ipynb @@ -223,8 +223,7 @@ "id": "16", "metadata": {}, "source": [ - "Or the `inspector` plot that allows you to pick points on the 2d map and display a time cut in a second plot below using the the inspector tool\n", - ":" + "Or the `inspector` plot that allows you to pick points on the 2d map and display a time cut in a second plot below using the the inspector tool :" ] }, { diff --git a/docs/plotting/inspector-plot.ipynb b/docs/plotting/inspector-plot.ipynb index 8b627d53e..33343a20f 100644 --- a/docs/plotting/inspector-plot.ipynb +++ b/docs/plotting/inspector-plot.ipynb @@ -10,9 +10,7 @@ "The `inspector` plot takes in a three-dimensional input and applies a reduction operation (`sum` by default) along one of the dimensions specified by `dim`.\n", "It displays the result as a two-dimensional image.\n", "\n", - "In addition, the inspector tool\n", - "\n", - "in the toolbar allows to add markers on the image,\n", + "In addition, the inspector tool in the toolbar allows to add markers on the image,\n", "which generate one-dimensional slices (retaining only `dim`) that are displayed in a second figure.\n", "\n", "The points can be dragged/moved, as well as deleted (via a middle click).\n",