]> git.friedersdorff.com Git - max/plotting_with_matplotlib.git/blobdiff - slides.rst
feat: Add subplot slides
[max/plotting_with_matplotlib.git] / 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