Skip to content

Commit

Permalink
Fixed a mistake in caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Brette committed Apr 6, 2016
1 parent 70a40b2 commit 70c0644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/compartmental/lfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Hodgkin-Huxley equations (1952)
We calculate the extracellular field potential at various places.
Shape looks approximately ok!
'''
from brian2 import *

Expand Down Expand Up @@ -72,7 +71,7 @@
subplot(211)
for i in range(10):
plot(M.t/ms,M.v[i*100]/mV)
ylabel('LFP (mV)')
ylabel('Vm (mV)')
subplot(212)
for i in range(5):
plot(M.t/ms,Mlfp.v[i]/mV)
Expand Down

0 comments on commit 70c0644

Please sign in to comment.