Skip to content

Commit

Permalink
Some changes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnbhd committed Nov 4, 2016
1 parent 0b868df commit 4755f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def animate(self):

ax5 = plt.subplot2grid(egrid, (6, 4), colspan=4, rowspan=4)
ax5.set_title("Pressure")
plt.ylim(99800,100200)
plt.ylim(99800,100201)
ax5.plot(xar, pressure, 'bo-')

ax6 = plt.subplot2grid(egrid, (6, 8), colspan=4, rowspan=4)
Expand Down

0 comments on commit 4755f51

Please sign in to comment.