Skip to content
Snippets Groups Projects
Unverified Commit 7ee71d94 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

impor `amsfonts` when using LaTeX

otherwise, things like `\mathbb` are not available.
parent 5a15d8b0
Branches
Tags
No related merge requests found
......@@ -297,6 +297,7 @@ def plot(
else:
plt.rcParams.update({
"text.usetex": True,
'text.latex.preamble': r'\usepackage{amsfonts}'
})
fig, ax = plt.subplots(layout=plot_layout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment