Skip to content
Snippets Groups Projects
Commit f99f9797 authored by Bowy La Riviere's avatar Bowy La Riviere
Browse files

Re-added the red line

parent ebd07ee6
Branches
No related tags found
1 merge request!85lecture_1
Pipeline #48901 passed
......@@ -261,7 +261,7 @@ xline = [1, 1];
yline = [0, 1.5];
fig, (ax, ax2) = pyplot.subplots(ncols=2, figsize=(10, 5))
omega = np.linspace(0.1, 2)
ax.plot(omega, 1/(np.exp(omega) - 1), '-')
ax.plot(omega, 1/(np.exp(omega) - 1), '-', xline, yline, 'r--')
ax.set_ylim(0, top=3)
ax.set_xlim(left=0)
ax.set_xlabel('$\hbar \omega$')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment