]> git.friedersdorff.com Git - max/plotting_with_matplotlib.git/blobdiff - slides.rst
feat: Make styling explicit
[max/plotting_with_matplotlib.git] / slides.rst
index 68003ae43b8a276d30877d3312ec96012996e50d..e49b2bdb558cff17e0a837dd8e262d76ad923dee 100644 (file)
@@ -119,3 +119,9 @@ Subplots
 
 .. code-block:: python
    :include: subplot.py
+   :end-at: ax.set_xlabel('XLabel0')
+
+.. code-block:: python
+   :include: subplot.py
+   :start-at: for i in range(3):
+