From 4976bc98d5021d4dc561ed8eaebd816a6bf549db Mon Sep 17 00:00:00 2001 From: Binaya Sharma Date: Tue, 10 Oct 2023 10:54:00 +0545 Subject: [PATCH] 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