Skip to content

Commit 44d3af9

Browse files
committed
dict not bunch
1 parent c9d9798 commit 44d3af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/one/histology/docs_visualize_session_coronal_tilted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
cax = ba.plot_tilted_slice(xyz=picks, axis=1, volume='image')
3131
cax.plot(picks[:, 0] * 1e6, picks[:, 2] * 1e6)
32-
cax.plot(channels[probe_label].x * 1e6, channels[probe_label].z * 1e6, 'g*')
32+
cax.plot(channels[probe_label]['x'] * 1e6, channels[probe_label]['z'] * 1e6, 'g*')

0 commit comments

Comments
 (0)