From: Maximilian Friedersdorff Date: Mon, 28 Jan 2019 19:36:58 +0000 (+0000) Subject: feat: Add subplot slides X-Git-Url: https://git.friedersdorff.com/?p=max%2Fplotting_with_matplotlib.git;a=commitdiff_plain;h=981164b1bdcf507795d51e6110dcdcb751abe384 feat: Add subplot slides --- 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