From 4ca32cb5efd5b6177a47d8aa8d2e5108ee5ca11a Mon Sep 17 00:00:00 2001 From: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:14:48 +0530 Subject: [PATCH] Update plotting_backends.md Change path of function provided in documentation to right path --- doc/source/contributing/plotting_backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributing/plotting_backends.md b/doc/source/contributing/plotting_backends.md index 801b623d88..b9123812a2 100644 --- a/doc/source/contributing/plotting_backends.md +++ b/doc/source/contributing/plotting_backends.md @@ -13,7 +13,7 @@ code in `arviz.plots.backends` perform the backend specific keyword argument defaulting and plot behavior. The convenience function `get_plotting_function` available in -`arviz.plots.get_plotting_function` should be called to obtain +`arviz.plots.plot_utils.get_plotting_function` should be called to obtain the correct plotting function from the associated backend. If adding a new backend follow the pattern provided to programmatically call the correct backend.