Skip to content

Commit 21cfca1

Browse files
committed
DOC: Edits of example
1 parent 6bafe2f commit 21cfca1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/subplots_axes_and_figures/subpanels.py

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
`.figure.PanelBase.add_subplot`, or `.figure.PanelBase.subpanels` to make
1212
an array of subpanels. Note that subpanels can also have their own child
1313
subpanels.
14+
15+
.. note::
16+
``subpanel`` is new in v3.4, and the api is still provisional.
17+
1418
"""
1519
import matplotlib.pyplot as plt
1620
import numpy as np

0 commit comments

Comments
 (0)