Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/crosshairs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/getting-started/numpy-pandas-xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Font_Awesome_5_solid_crosshairs.svg/32px-Font_Awesome_5_solid_crosshairs.svg.png' width=\"20\"/>:"
"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 <img src='../_static/crosshairs.png' width=\"20\"/>:"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions docs/plotting/inspector-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Font_Awesome_5_solid_crosshairs.svg/32px-Font_Awesome_5_solid_crosshairs.svg.png' width=\"20\"/>\n",
"in the toolbar allows to add markers on the image,\n",
"In addition, the inspector tool <img src='../_static/crosshairs.png' width=\"20\"/> 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",
Expand Down
Loading