Skip to content
Snippets Groups Projects
Commit 324856eb authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

create template for exercises

parent ad3e7c9a
Branches
No related tags found
1 merge request!9W1 exercises
Pipeline #14574 passed
......@@ -117,3 +117,11 @@ ax.set_xlabel('$T[K]$')
ax.set_ylabel('$C/k_B$')
ax.set_ylim((0, 3));
```
## Exercises
### Exercise title
### Exercise title
### Exercise title
......@@ -128,3 +128,11 @@ ax.legend(loc='lower right')
pyplot.hlines([3], 0, 1.5, linestyles='dashed')
draw_classic_axes(ax, xlabeloffset=0.3)
```
## Exercises
### Exercise title
### Exercise title
### Exercise title
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment