From 981164b1bdcf507795d51e6110dcdcb751abe384 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 28 Jan 2019 19:36:58 +0000 Subject: [PATCH] feat: Add subplot slides --- slides.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/slides.rst b/slides.rst index e6ff018..68003ae 100644 --- a/slides.rst +++ b/slides.rst @@ -113,3 +113,9 @@ Plot data of the form: >>> plt.title('Some time series with left title', loc='left') >>> plt.ylabel('Mass of test mass over time') >>> plt.show() + +Subplots +-------- + +.. code-block:: python + :include: subplot.py -- 2.44.0