Skip to content

Commit 7e22578

Browse files
authored
Merge pull request #26039 from meeseeksmachine/auto-backport-of-pr-26038-on-v3.7.x
Backport PR #26038 on branch v3.7.x (subsubsection titles for backend tables)
2 parents 196b342 + ea17f66 commit 7e22578

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/users/explain/backends.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ point to this point" and hence are scale free. Raster backends
131131
generate a pixel representation of the line whose accuracy depends on a
132132
DPI setting.
133133

134+
Static backends
135+
^^^^^^^^^^^^^^^
136+
134137
Here is a summary of the Matplotlib renderers (there is an eponymous
135138
backend for each; these are *non-interactive backends*, capable of
136139
writing to a file):
@@ -151,6 +154,10 @@ Cairo png, ps, raster_ or vector_ graphics -- using the Cairo_ library
151154
To save plots using the non-interactive backends, use the
152155
``matplotlib.pyplot.savefig('filename')`` method.
153156

157+
158+
Interactive backends
159+
^^^^^^^^^^^^^^^^^^^^
160+
154161
These are the user interfaces and renderer combinations supported;
155162
these are *interactive backends*, capable of displaying to the screen
156163
and using appropriate renderers from the table above to write to

0 commit comments

Comments
 (0)