Skip to content

Commit 6654d13

Browse files
committed
get notebooks up-to-date
1 parent 6f63cc6 commit 6654d13

File tree

3 files changed

+131
-83
lines changed

3 files changed

+131
-83
lines changed

gridplot.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"data": {
3737
"application/vnd.jupyter.widget-view+json": {
38-
"model_id": "01f8aa22c8c94c8a81eba580d256bb4b",
38+
"model_id": "f5a8316268f04befad5210112f3661a2",
3939
"version_major": 2,
4040
"version_minor": 0
4141
},
@@ -103,11 +103,11 @@
103103
{
104104
"data": {
105105
"text/plain": [
106-
"unnamed: Subplot @ 0x7fac550680d0\n",
107-
" parent: fastplotlib.GridPlot @ 0x7fac550a0d10\n",
106+
"unnamed: Subplot @ 0x7fa35349b0d0\n",
107+
" parent: fastplotlib.GridPlot @ 0x7fa35348da90\n",
108108
"\n",
109109
" Graphics:\n",
110-
"\t'rand-img': ImageGraphic @ 0x7fac3c169310"
110+
"\t'rand-img': ImageGraphic @ 0x7fa35348de90"
111111
]
112112
},
113113
"execution_count": 3,
@@ -140,7 +140,7 @@
140140
{
141141
"data": {
142142
"text/plain": [
143-
"(<weakproxy at 0x7fac0472ca90 to ImageGraphic at 0x7fac04725810>,)"
143+
"(<weakproxy at 0x7fa3347613f0 to ImageGraphic at 0x7fa334752b90>,)"
144144
]
145145
},
146146
"execution_count": 4,
@@ -204,11 +204,11 @@
204204
{
205205
"data": {
206206
"text/plain": [
207-
"top-right-plot: Subplot @ 0x7fac3c092e50\n",
208-
" parent: fastplotlib.GridPlot @ 0x7fac550a0d10\n",
207+
"top-right-plot: Subplot @ 0x7fa3534dfc50\n",
208+
" parent: fastplotlib.GridPlot @ 0x7fa35348da90\n",
209209
"\n",
210210
" Graphics:\n",
211-
"\t'rand-img': ImageGraphic @ 0x7fac04727310"
211+
"\t'rand-img': ImageGraphic @ 0x7fa3347645d0"
212212
]
213213
},
214214
"execution_count": 7,

interactivity.ipynb

+14-6
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
{
133133
"cell_type": "code",
134-
"execution_count": 9,
134+
"execution_count": 6,
135135
"id": "4315315a-32cc-4bae-939b-d2bfd300aefa",
136136
"metadata": {
137137
"tags": []
@@ -172,7 +172,7 @@
172172
},
173173
{
174174
"cell_type": "code",
175-
"execution_count": 43,
175+
"execution_count": 7,
176176
"id": "93e26775-3d24-4eb4-8831-fae5cb5fd71c",
177177
"metadata": {
178178
"tags": []
@@ -181,7 +181,7 @@
181181
{
182182
"data": {
183183
"application/vnd.jupyter.widget-view+json": {
184-
"model_id": "e46e5e356d3b4023a03315b2d7b66458",
184+
"model_id": "3e7ad914e0ac4d85a31e12ae8d516380",
185185
"version_major": 2,
186186
"version_minor": 0
187187
},
@@ -192,10 +192,18 @@
192192
"metadata": {},
193193
"output_type": "display_data"
194194
},
195+
{
196+
"name": "stderr",
197+
"output_type": "stream",
198+
"text": [
199+
"/home/clewis7/repos/fastplotlib/fastplotlib/graphics/_features/_base.py:34: UserWarning: converting float64 array to float32\n",
200+
" warn(f\"converting {array.dtype} array to float32\")\n"
201+
]
202+
},
195203
{
196204
"data": {
197205
"application/vnd.jupyter.widget-view+json": {
198-
"model_id": "467e387e8eba41ccb072b6d4be597909",
206+
"model_id": "a1b65ffc33984038943e859aac5915d5",
199207
"version_major": 2,
200208
"version_minor": 0
201209
},
@@ -234,7 +242,7 @@
234242
},
235243
{
236244
"cell_type": "code",
237-
"execution_count": 44,
245+
"execution_count": 8,
238246
"id": "0a4968fc-1926-4eb7-85a5-2bedf1581b7f",
239247
"metadata": {
240248
"tags": []
@@ -283,7 +291,7 @@
283291
},
284292
{
285293
"cell_type": "code",
286-
"execution_count": 45,
294+
"execution_count": 9,
287295
"id": "f7b78a88-7aa5-4de7-a796-4a99514631c8",
288296
"metadata": {
289297
"tags": []

0 commit comments

Comments
 (0)