Skip to content

Commit

Permalink
fix x-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Jan 4, 2024
1 parent 0eb4bc3 commit 5ad794c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def main():

# Set y-ticks and y-labels
plt.yticks([offset * i for i in range(5)], list(processing_steps.keys()))
# plt.xlabel('Time [\u03BCs]')
# plt.xlim(5, t_end * 1e6)
plt.xlabel('Time [\u03BCs]')
plt.xlim(5e-3 * 2 / c0, t_end)
plt.title('Processing Steps Visualization')
plt.show()

Expand Down

0 comments on commit 5ad794c

Please sign in to comment.