Skip to content

Commit 88597e9

Browse files
committed
DOC: Add thumbnails for user_interfaces gallery sgskip examples
1 parent 69cc7f8 commit 88597e9

14 files changed

+700
-0
lines changed

galleries/examples/user_interfaces/canvasagg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
CanvasAgg demo
44
==============
55
6+
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/canvasagg.png'
7+
68
This example shows how to use the agg backend directly to create images, which
79
may be of use to web application developers who want full control over their
810
code without using the pyplot interface to manage figures, figure closing etc.

galleries/examples/user_interfaces/embedding_in_qt_sgskip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The
88
binding can be selected by setting the :envvar:`QT_API` environment variable to
99
the binding name, or by first importing it.
10+
11+
12+
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_qt.png'
1013
"""
1114

1215
import sys

galleries/examples/user_interfaces/embedding_in_tk_sgskip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Embed in Tk
44
===========
55
6+
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_tk.png'
67
"""
78

89
import tkinter

galleries/examples/user_interfaces/embedding_webagg_sgskip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Embedding WebAgg
44
================
55
6+
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_webagg.png'
7+
68
This example demonstrates how to embed Matplotlib WebAgg interactive plotting
79
in your own web application and framework. It is not necessary to do all this
810
if you merely want to display a plot in a browser or use Matplotlib's built-in
17 KB
Loading
42.2 KB
Loading
69.2 KB
Loading
48.9 KB
Loading

galleries/examples/user_interfaces/images/svg_histogram.svg

Lines changed: 301 additions & 0 deletions
Loading

galleries/examples/user_interfaces/images/svg_tooltip.svg

Lines changed: 385 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)