Skip to content

Commit 807331a

Browse files
author
kallenberg
committed
Set apply_proj to False
1 parent 79362b5 commit 807331a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"cell_type": "code",
172-
"execution_count": 16,
172+
"execution_count": null,
173173
"metadata": {},
174174
"outputs": [
175175
{
@@ -194,7 +194,7 @@
194194
}
195195
],
196196
"source": [
197-
"r = omega_prime.Recording.from_file(\"example.mcap\", parse_map=True)\n",
197+
"r = omega_prime.Recording.from_file(\"example.mcap\", parse_map=True, apply_proj=False)\n",
198198
"ax = r.plot()\n",
199199
"ax.set_xlim(-20, 50)\n",
200200
"ax.set_ylim(-75, 20)"

0 commit comments

Comments
 (0)