Skip to content

Commit

Permalink
Merge pull request #73 from openworm/issue70
Browse files Browse the repository at this point in the history
Issue70
  • Loading branch information
pgleeson authored Oct 23, 2023
2 parents c19a24f + 9313f15 commit b63ba99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tutorial/Source/HodgkinHuxley.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def Main(self, init_values=[-64.99584, 0.05296, 0.59590, 0.31773]):

fig=plt.figure(figsize=(7, self.num_plots * 2))
fig.canvas.header_visible = False
plt.xlim([np.min(self.t),np.max(self.t)]) #for all subplots
# plt.xlim([np.min(self.t),np.max(self.t)]) #for all subplots

if self.injected_current_plot:
ax1 = plt.subplot(self.num_plots,1,self.plot_count + 1)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scipy
numpy
matplotlib==3.5.1
matplotlib
ipywidgets
ipympl

0 comments on commit b63ba99

Please sign in to comment.