Skip to content

Commit

Permalink
fix axis label of wdmerger scaling plot (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 18, 2024
1 parent b4b35ba commit 39a7704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/scaling/frontier/frontier_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def trend_line(c, t):
c, t = trend_line(frontier_256base_nodes, frontier_256base_times)
ax.plot(c, t, alpha=0.5, linestyle=":", color="k")

ax.set_ylabel("wallclock time / step")
ax.set_ylabel("wallclock time")
ax.set_xlabel("number of nodes")

ax.set_xscale("log")
Expand Down
Binary file modified Exec/science/wdmerger/scaling/frontier/frontier_wdmerger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39a7704

Please sign in to comment.