nbody: Fix x label

This commit is contained in:
Rodrigo Arias 2020-12-03 13:22:48 +01:00
parent c858f521bf
commit 5e9adf3fe6

View File

@ -51,7 +51,7 @@ png("box.png", width=w*ppi, height=h*ppi, res=ppi)
p = ggplot(data=D, aes(x=blocksPerCpuFactor, y=tnorm, color=bad)) +
# Labels
labs(x="Num blocks", y="Normalized time",
labs(x="Blocks/CPU", y="Normalized time",
title=sprintf("Nbody normalized time. Particles=%d", particles),
subtitle=input_file) +