Skip to content

Commit 7c06de1

Browse files
author
Daniel Ruprecht
committed
added y axis limits to memory plot
1 parent bf04275 commit 7c06de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plot_parareal_memory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ def extract_memory(line):
7272
ax.tick_params(axis='both', which='major', labelsize=fs)
7373
ax.set_xlabel(r'Number of cores $P$', fontsize=fs)
7474
ax.set_ylabel(r'Memory in MByte $m(P)$', fontsize=fs, labelpad=5)
75+
ax.set_ylim([0, 350])
7576
plt.show()
7677
fig.savefig('Memory.pdf', bbox_inches='tight')

0 commit comments

Comments
 (0)