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

Skip to content

Commit 6cd1736

Browse files
committed
DOC: Fix thumbnail comment syntax and resize images to 320x224
1 parent 88597e9 commit 6cd1736

12 files changed

Lines changed: 7 additions & 7 deletions

galleries/examples/user_interfaces/canvasagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
CanvasAgg demo
44
==============
55
6-
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/canvasagg.png'
76
87
This example shows how to use the agg backend directly to create images, which
98
may be of use to web application developers who want full control over their
@@ -25,6 +24,7 @@
2524
.. redirect-from:: /gallery/misc/agg_buffer
2625
.. redirect-from:: /gallery/misc/agg_buffer_to_array
2726
"""
27+
# sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/canvasagg.png'
2828

2929
from PIL import Image
3030

galleries/examples/user_interfaces/embedding_in_qt_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
the binding name, or by first importing it.
1010
1111
12-
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_qt.png'
1312
"""
13+
# sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_qt.png'
1414

1515
import sys
1616
import time

galleries/examples/user_interfaces/embedding_in_tk_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Embed in Tk
44
===========
55
6-
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_tk.png'
76
"""
7+
# sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_tk.png'
88

99
import tkinter
1010

galleries/examples/user_interfaces/embedding_webagg_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Embedding WebAgg
44
================
55
6-
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_webagg.png'
76
87
This example demonstrates how to embed Matplotlib WebAgg interactive plotting
98
in your own web application and framework. It is not necessary to do all this
@@ -12,6 +11,7 @@
1211
1312
The framework being used must support web sockets.
1413
"""
14+
# sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_webagg.png'
1515

1616
import argparse
1717
import io
-12.8 KB
Loading
-34.1 KB
Loading
-60.3 KB
Loading
-41.8 KB
Loading
-41.6 KB
Loading

galleries/examples/user_interfaces/svg_histogram_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
SVG Histogram
44
=============
55
6-
.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/svg_histogram.svg'
76
87
Demonstrate how to create an interactive histogram, in which bars
98
are hidden or shown by clicking on legend markers.
@@ -34,6 +33,7 @@
3433
3534
3635
"""
36+
# sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/svg_histogram.svg'
3737

3838

3939
from io import BytesIO

0 commit comments

Comments
 (0)