File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -523,31 +523,6 @@ and running the same script will display::
523523
524524.. _logging tutorial : https://docs.python.org/3/howto/logging.html#logging-basic-tutorial
525525
526- .. _custom_backend :
527-
528- Developing a new backend
529- ------------------------
530-
531- If you are working on a custom backend, the *backend * setting in
532- :file: `matplotlibrc ` (:doc: `/tutorials/introductory/customizing `) supports an
533- external backend via the ``module `` directive. If
534- :file: `my_backend.py ` is a Matplotlib backend in your
535- :envvar: `PYTHONPATH `, you can set it on one of several ways
536-
537- * in :file: `matplotlibrc `::
538-
539- backend : module://my_backend
540-
541- * with the :envvar: `MPLBACKEND ` environment variable::
542-
543- > export MPLBACKEND="module://my_backend"
544- > python simple_plot.py
545-
546- * with the use directive in your script::
547-
548- import matplotlib
549- matplotlib.use('module://my_backend')
550-
551526.. _sample-data :
552527
553528Writing examples
You can’t perform that action at this time.
0 commit comments