Skip to content

Commit

Permalink
added y axis limits to memory plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruprecht committed Sep 21, 2015
1 parent bf04275 commit 7c06de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plot_parareal_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ def extract_memory(line):
ax.tick_params(axis='both', which='major', labelsize=fs)
ax.set_xlabel(r'Number of cores $P$', fontsize=fs)
ax.set_ylabel(r'Memory in MByte $m(P)$', fontsize=fs, labelpad=5)
ax.set_ylim([0, 350])
plt.show()
fig.savefig('Memory.pdf', bbox_inches='tight')

0 comments on commit 7c06de1

Please sign in to comment.