Skip to content

Commit

Permalink
Update plotting_backends.md
Browse files Browse the repository at this point in the history
Change path of function provided in documentation to right path
  • Loading branch information
Haleshot authored Jul 25, 2024
1 parent 1fd6ad8 commit 4ca32cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/contributing/plotting_backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ca32cb

Please sign in to comment.