Skip to content

Commit

Permalink
timeline plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTreu committed Apr 22, 2024
1 parent cff66a9 commit d844507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profile_parser/plot_timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for (let i = 0; i < files_in_directory.length; ++i) {
data.push(line);
}
const layout = {
title: "Frame Timeline",
title: "Frame Timeline " + filename,
xaxis: { title: "Time (ticks)" },
};
(0, nodeplotlib_1.plot)(data, layout);
Expand Down
2 changes: 1 addition & 1 deletion profile_parser/plot_timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for (let i = 0; i < files_in_directory.length; ++i) {
}

const layout = {
title: "Frame Timeline",
title: "Frame Timeline " + filename,
xaxis: {title: "Time (ticks)"},
}

Expand Down

0 comments on commit d844507

Please sign in to comment.