Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b37625

Browse files
committed
Updated imports and newlines.
1 parent e4c6fa3 commit 9b37625

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

notebooks/mmpl-interaction.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:850797add3be7e6740f9e86b8eda6cb8b47064487b753816ad6c566d36ea7f54"
4+
"signature": "sha256:71a43ab283d2f979f15f3c1ae2380156ca6824261a62a3292464509aa38dbf68"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -68,6 +68,7 @@
6868
"cell_type": "code",
6969
"collapsed": false,
7070
"input": [
71+
"import time\n",
7172
"import numpy as np\n",
7273
"import matplotlib as mpl\n",
7374
"import matplotlib.pyplot as plt\n",
@@ -161,8 +162,6 @@
161162
"cell_type": "code",
162163
"collapsed": false,
163164
"input": [
164-
"import time\n",
165-
"\n",
166165
"class EventLoop:\n",
167166
" def __init__(self):\n",
168167
" self.command = None\n",
@@ -976,10 +975,7 @@
976975
"cell_type": "code",
977976
"collapsed": false,
978977
"input": [
979-
"import time\n",
980-
"\n",
981978
"class Callbacks:\n",
982-
"\n",
983979
" def __init__(self):\n",
984980
" (figure, axes) = plt.subplots()\n",
985981
" axes.set_aspect(1)\n",
@@ -1662,8 +1658,6 @@
16621658
"cell_type": "code",
16631659
"collapsed": false,
16641660
"input": [
1665-
"from matplotlib import pyplot as plt\n",
1666-
"\n",
16671661
"class LineBuilder:\n",
16681662
" def __init__(self, event_name='button_press_event'):\n",
16691663
" (self.figure, self.axes) = plt.subplots()\n",

0 commit comments

Comments
 (0)