Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3484faf

Browse files
committed
subsubsection titles for static and interactive tables
1 parent f5f2cd9 commit 3484faf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

galleries/users_explain/figure/backends.rst

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

136+
Static backends
137+
^^^^^^^^^^^^^^^
138+
136139
Here is a summary of the Matplotlib renderers (there is an eponymous
137140
backend for each; these are *non-interactive backends*, capable of
138141
writing to a file):
@@ -153,6 +156,10 @@ Cairo png, ps, raster_ or vector_ graphics -- using the Cairo_ library
153156
To save plots using the non-interactive backends, use the
154157
``matplotlib.pyplot.savefig('filename')`` method.
155158

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

0 commit comments

Comments
 (0)