Skip to content

Commit 7dd880e

Browse files
committed
Modernize morphology lecture
1 parent c396eeb commit 7dd880e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lectures/3_morphological_operations.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
"source": [
3232
"import numpy as np\n",
3333
"from matplotlib import pyplot as plt, cm\n",
34-
"import skdemo\n",
35-
"plt.rcParams['image.cmap'] = 'cubehelix'\n",
36-
"plt.rcParams['image.interpolation'] = 'none'"
34+
"import skdemo"
3735
]
3836
},
3937
{
@@ -265,9 +263,9 @@
265263
"name": "python",
266264
"nbconvert_exporter": "python",
267265
"pygments_lexer": "ipython3",
268-
"version": "3.4.3"
266+
"version": "3.6.3"
269267
}
270268
},
271269
"nbformat": 4,
272-
"nbformat_minor": 0
270+
"nbformat_minor": 1
273271
}

0 commit comments

Comments
 (0)