Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1847d22

Browse filesBrowse files
committed
DOC: adjust backend docs header levels
1 parent 56a7552 commit 1847d22
Copy full SHA for 1847d22

File tree

Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed

‎tutorials/introductory/usage.py

Copy file name to clipboardExpand all lines: tutorials/introductory/usage.py
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,13 @@ def my_plotter(ax, data1, data2, param_dict):
284284
# Again, for these simple examples this style seems like overkill, however
285285
# once the graphs get slightly more complex it pays off.
286286
#
287+
# Backends
288+
# ========
289+
#
287290
# .. _what-is-a-backend:
288291
#
289292
# What is a backend?
290-
# ==================
293+
# ------------------
291294
#
292295
# A lot of documentation on the website and in the mailing lists refers
293296
# to the "backend" and many new users are confused by this term.
@@ -462,7 +465,7 @@ def my_plotter(ax, data1, data2, param_dict):
462465
# .. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
463466
#
464467
# WX backends
465-
# ===========
468+
# -----------
466469
#
467470
# At present the release version of `wxPython` (also known as wxPython classic)
468471
# does not support python3. A work in progress redesigned version known as
@@ -472,7 +475,7 @@ def my_plotter(ax, data1, data2, param_dict):
472475
# .. _wxPython-Phoenix: https://wxpython.org/Phoenix/docs/html/main.html
473476
#
474477
# GTK and Cairo
475-
# =============
478+
# -------------
476479
#
477480
# Both `GTK2` and `GTK3` have implicit dependencies on PyCairo regardless of the
478481
# specific Matplotlib backend used. Unfortunatly the latest release of PyCairo
@@ -481,7 +484,7 @@ def my_plotter(ax, data1, data2, param_dict):
481484
# wrapper.
482485
#
483486
# How do I select PyQt4 or PySide?
484-
# ========================================
487+
# --------------------------------
485488
#
486489
# You can choose either PyQt4 or PySide when using the `qt4` backend by setting
487490
# the appropriate value for `backend.qt4` in your :file:`matplotlibrc` file. The

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.