Add gallery thumbnails for examples missing them by harshitnagar22 · Pull Request #31986 · matplotlib/matplotlib · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_static/font_indexing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/frame_grabbing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/ginput_manual_clabel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/hyperlinks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/lasso_selector_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/multiprocess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/pong.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/print_stdout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/wire3d_animation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions galleries/examples/animation/frame_grabbing_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

You can copy and paste individual parts, or download the entire example
using the link at the bottom of the page.
# sphinx_gallery_thumbnail_path = "_static/ginput_manual_clabel.png"
"""

import time
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/event_handling/pong_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

You can copy and paste individual parts, or download the entire example
using the link at the bottom of the page.
# sphinx_gallery_thumbnail_path = "_static/pong.png"
"""

import time
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/misc/font_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
=============
This example shows how the font tables relate to one another.
# sphinx_gallery_thumbnail_path = "_static/font_indexing.png"
"""

import os
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/misc/hyperlinks_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

This currently only works with the SVG backend.

# sphinx_gallery_thumbnail_path = "_static/hyperlinks.png"
"""


Expand Down
1 change: 1 addition & 0 deletions galleries/examples/misc/multiprocess_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
plotting in another.

Written by Robert Cimrman
# sphinx_gallery_thumbnail_path = "_static/multiprocess.png"
"""

import multiprocessing as mp
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/misc/print_stdout_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

usage: python print_stdout.py > somefile.png

# sphinx_gallery_thumbnail_path = "_static/print_stdout.png"
"""

import sys
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/mplot3d/wire3d_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
===========================

A very simple "animation" of a 3D plot. See also :doc:`rotate_axes3d_sgskip`.
# sphinx_gallery_thumbnail_path = "_static/wire3d_animation.png"
"""

import time
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/widgets/lasso_selector_demo_sgskip.py
Loading