]> git.friedersdorff.com Git - max/plotting_with_matplotlib.git/commitdiff
feat: Add subplot slides
authorMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 28 Jan 2019 19:36:58 +0000 (19:36 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 28 Jan 2019 19:36:58 +0000 (19:36 +0000)
slides.rst

index e6ff018866c03c3faad9afd3e3cf988dd5da05e2..68003ae43b8a276d30877d3312ec96012996e50d 100644 (file)
@@ -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