summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent P. René de Cotret <laurent.decotret@outlook.com>2020-04-16 12:07:59 -0400
committerLaurent P. René de Cotret <laurent.decotret@outlook.com>2020-04-16 12:07:59 -0400
commit99d389d63bdb6dec37d35aaf0d928795099a75b8 (patch)
tree9104e440b997e6d4a0cc6d43def2993bde5008db
parent21ecab4264eb407679b8b90038be164b2ff5fd71 (diff)
[skip ci] Updated example with link in caption0.3.0.0
-rw-r--r--examples/report/article.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/report/article.md b/examples/report/article.md
index 752e761..f6411ca 100644
--- a/examples/report/article.md
+++ b/examples/report/article.md
@@ -1,8 +1,7 @@
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-```{.matplotlib caption="Example plot."}
-# Example modified from
-# https://matplotlib.org/3.2.1/gallery/lines_bars_and_markers/simple_plot.html
+```{.matplotlib caption="Example plot comes from the [Matplotlib gallery](https://matplotlib.org/3.2.1/gallery/lines_bars_and_markers/simple_plot.html)."}
+
import matplotlib
import matplotlib.pyplot as plt
import numpy as np