File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"metadata": {
3
3
"name": "",
4
- "signature": "sha256:850797add3be7e6740f9e86b8eda6cb8b47064487b753816ad6c566d36ea7f54 "
4
+ "signature": "sha256:71a43ab283d2f979f15f3c1ae2380156ca6824261a62a3292464509aa38dbf68 "
5
5
},
6
6
"nbformat": 3,
7
7
"nbformat_minor": 0,
68
68
"cell_type": "code",
69
69
"collapsed": false,
70
70
"input": [
71
+ "import time\n",
71
72
"import numpy as np\n",
72
73
"import matplotlib as mpl\n",
73
74
"import matplotlib.pyplot as plt\n",
161
162
"cell_type": "code",
162
163
"collapsed": false,
163
164
"input": [
164
- "import time\n",
165
- "\n",
166
165
"class EventLoop:\n",
167
166
" def __init__(self):\n",
168
167
" self.command = None\n",
976
975
"cell_type": "code",
977
976
"collapsed": false,
978
977
"input": [
979
- "import time\n",
980
- "\n",
981
978
"class Callbacks:\n",
982
- "\n",
983
979
" def __init__(self):\n",
984
980
" (figure, axes) = plt.subplots()\n",
985
981
" axes.set_aspect(1)\n",
1662
1658
"cell_type": "code",
1663
1659
"collapsed": false,
1664
1660
"input": [
1665
- "from matplotlib import pyplot as plt\n",
1666
- "\n",
1667
1661
"class LineBuilder:\n",
1668
1662
" def __init__(self, event_name='button_press_event'):\n",
1669
1663
" (self.figure, self.axes) = plt.subplots()\n",
You can’t perform that action at this time.
0 commit comments