Skip to content

Commit

Permalink
Use green colour for the plot lines in thermistor transparent plot
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 27, 2024
1 parent 6c2376c commit 078e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmcryo/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def generate_plots(
colour = colours.get(camera, "w" if transparent else "k")
linestyle = linestyles.get(spec, "-")
else:
colour = "w" if transparent else "k"
colour = "g" if transparent else "k"
linestyle = "-"

ax.plot(
Expand Down

0 comments on commit 078e0fc

Please sign in to comment.