Skip to content
Snippets Groups Projects
Commit 10052604 authored by Germain Clavier's avatar Germain Clavier
Browse files

Label to the kbT curve in plot_forceLabel to the kbT curve in plot_forces

parent 5f41614a
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ def main():
if args.temp > 0:
hmin, hmax = axes[0].get_xlim()
axes[0].hlines(kb*args.temp, hmin, hmax, color="orange", linewidth=3, linestyles="dashdot")
axes[0].hlines(kb*args.temp, hmin, hmax, color="orange", label=r'$k_BT$', linewidth=3, linestyles="dashdot")
if args.xrange:
xmin, xmax = list(map(float, args.xrange.split(":")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment