Skip to content

Commit

Permalink
fix title for plot
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 24, 2023
1 parent 44e21ec commit 8e2f2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def plot_outputs(df, plotname="lammps", ext="pdf", outdir=None):
# Let's make a plot that shows distributions of the times by the cluster size, across all
make_plot(
df,
title="LAMMPS Times For Different Problem and Node Sizes",
title="LAMMPS Times Problem Size 2x2x2 on Arm Cluster",
tag="lammps",
ydimension="time",
xdimension="iter",
Expand All @@ -63,7 +63,7 @@ def plot_outputs(df, plotname="lammps", ext="pdf", outdir=None):
plotname=plotname,
hue="iter",
plot_type="bar",
xlabel="Experiment",
xlabel="Node Count (Experiment)",
ylabel="Time (seconds)",
)

Expand Down

0 comments on commit 8e2f2d4

Please sign in to comment.