Skip to content

Commit

Permalink
Changed y-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 22, 2013
1 parent fd22a6e commit 26f214b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions catbed_temp_cooling_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ def linfit(x, a, b):

for fig in range(1, 4):
figure(fig)
subplot(121)
axis1 = axis()
subplot(122)
axis(axis1)
same_limits((121,122))
# subplot(121)
# axis1 = axis()
# subplot(122)
# axis(axis1)



0 comments on commit 26f214b

Please sign in to comment.