From 8aa0e2c6b77206a95dc854f18f941e4ca1f60261 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 10 Oct 2023 09:30:52 -0400 Subject: [PATCH] Backport PR #27043: updated api_interfaces.rst --- galleries/users_explain/figure/api_interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galleries/users_explain/figure/api_interfaces.rst b/galleries/users_explain/figure/api_interfaces.rst index 473c808794ca..6947817e6781 100644 --- a/galleries/users_explain/figure/api_interfaces.rst +++ b/galleries/users_explain/figure/api_interfaces.rst @@ -31,7 +31,7 @@ Native Matplotlib interfaces ---------------------------- The explicit "Axes" interface -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The "Axes" interface is how Matplotlib is implemented, and many customizations and fine-tuning end up being done at this level. @@ -59,7 +59,7 @@ but before they are displayed. The implicit "pyplot" interface -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The `~.matplotlib.pyplot` module shadows most of the `~.matplotlib.axes.Axes` plotting methods to give the equivalent of