Skip to content

Commit

Permalink
bump version to 2.2.2 (#351)
Browse files Browse the repository at this point in the history
* bumped version

* fixed some labels
  • Loading branch information
espenhgn committed Oct 1, 2021
1 parent 8c92ac2 commit 5986b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LFPy/version.py
@@ -1 +1 @@
version = "2.2.1"
version = "2.2.2"
4 changes: 2 additions & 2 deletions examples/example_mpi.py
Expand Up @@ -282,8 +282,8 @@ def plotstuff(self):
shading='auto')
ax.axis(ax.axis('tight'))
cbar = plt.colorbar(im, cax=cax)
cbar.set_label('LFP (mV)')
ax.set_title('superimposed LFP')
cbar.set_label('extracellular potential (mV)')
ax.set_title('superimposed extracellular potential')
ax.set_xlabel('time (ms)')
ax.set_ylabel(r'$z$ ($\mu$m)')

Expand Down

0 comments on commit 5986b4f

Please sign in to comment.