Skip to content

Commit b9fcf01

Browse files
authored
Merge pull request #743 from NeuralEnsemble/patch-Figure-show
Change Figure.show()
2 parents ee63eec + b34a7d9 commit b9fcf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyNN/utility/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def save(self, filename):
213213
self.fig.savefig(filename)
214214

215215
def show(self):
216-
self.fig.show()
216+
plt.show()
217217

218218

219219
class Panel(object):

0 commit comments

Comments
 (0)