Skip to content

Commit

Permalink
another minor fix for navis exercise 2
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 23, 2024
1 parent 26b345e commit 19e0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/navis/navis_exercise_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
" The matplotlib figure and axis.\n",
"\n",
" \"\"\"\n",
" to_plot = nl[nl.t_type == \"Lamp5 Ntn1 Npy2r\"]\n",
" to_plot = nl[nl.t_type == t_type]\n",
"\n",
" # Offset the neurons slightly along the x-axis\n",
" to_plot = [n + [offset * i, 0, 0] for i, n in enumerate(to_plot)]\n",
Expand Down

0 comments on commit 19e0106

Please sign in to comment.