Skip to content
Snippets Groups Projects
Verified Commit 7c7f3797 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added pandoc-plot

parent 64da2caf
Branches
No related tags found
No related merge requests found
......@@ -314,3 +314,13 @@ $$
Et c'est une bonne nouvelle.
---
## Le courant alternatif
```{.matplotlib}
import matplotlib.pyplot as plt
plt.figure()
plt.plot([0,1,2,3,4], [1,2,3,4,5])
plt.title('This is an example figure')
```
OPTIONS = --toc
OPTIONS += --filter=pandoc-plot
OPTIONS += --filter=pandoc-numbering
OPTIONS += --filter=pandoc-crossref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment