Skip to content

Commit 4baf8f7

Browse files
committed
Merge branch 'master' into development
2 parents 55f5a7e + b63ba99 commit 4baf8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorial/Source/HodgkinHuxley.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def simulate(self, init_values=[-64.99584, 0.05296, 0.59590, 0.31773]):
279279

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

284284
if self.injected_current_plot:
285285
ax1 = plt.subplot(self.num_plots,1,self.plot_count + 1)

0 commit comments

Comments
 (0)