Skip to content

Commit

Permalink
no need to import mpltoolbox, fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Oct 24, 2023
1 parent 4198c35 commit 9e58405
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/gallery/interactive-masking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"%matplotlib widget\n",
"import plopp as pp\n",
"import scipp as sc\n",
"import numpy as np\n",
"import mpltoolbox as tbx"
"import numpy as np"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/peeling-layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tags": []
},
"source": [
"We select high-value and low-value two data ranges,\n",
"We select two data ranges (high values and low values),\n",
"and display both at the same time,\n",
"lowering the opacity of the low-value data range."
]
Expand Down
11 changes: 8 additions & 3 deletions docs/gallery/rectangle-selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@
"cell_type": "code",
"execution_count": null,
"id": "58d40a92-d9a9-47e9-9c2e-151d734c48df",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"%matplotlib widget\n",
"import plopp as pp\n",
"import scipp as sc\n",
"import numpy as np\n",
"import mpltoolbox as tbx"
"import numpy as np"
]
},
{
Expand Down

0 comments on commit 9e58405

Please sign in to comment.