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

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
34 changes: 34 additions & 0 deletions doc/_static/frame_grabbing_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions doc/_static/ginput_manual_clabel_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions doc/_static/hyperlinks_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions doc/_static/lasso_selector_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions doc/_static/multiprocess_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions doc/_static/pong_sgskip_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions doc/_static/print_stdout_sgskip_thumbnail.svg
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 @@ -7,6 +7,7 @@
file. This avoids any event loop integration, and thus works even with the Agg
backend. This is not recommended for use in an interactive setting.
"""
# sphinx_gallery_thumbnail_path = '_static/frame_grabbing_sgskip_thumbnail.svg'

import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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_sgskip_thumbnail.svg'

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 @@ -14,6 +14,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_sgskip_thumbnail.svg'

import time

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 @@ -8,6 +8,7 @@
This currently only works with the SVG backend.

"""
# sphinx_gallery_thumbnail_path = '_static/hyperlinks_sgskip_thumbnail.svg'


import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/misc/image_thumbnail_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

.. _Pillow: https://python-pillow.github.io
"""
# sphinx_gallery_thumbnail_path = '_static/stinkbug.png'

from argparse import ArgumentParser
from pathlib import Path
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 @@ -8,6 +8,7 @@

Written by Robert Cimrman
"""
# sphinx_gallery_thumbnail_path = '_static/multiprocess_sgskip_thumbnail.svg'

import multiprocessing as mp
import time
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 @@ -8,6 +8,7 @@
usage: python print_stdout.py > somefile.png

"""
# sphinx_gallery_thumbnail_path = '_static/print_stdout_sgskip_thumbnail.svg'

import sys

Expand Down
1 change: 1 addition & 0 deletions galleries/examples/mplot3d/wire3d_animation_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(This example is skipped when building the documentation gallery because it
intentionally takes a long time to run.)
"""
# sphinx_gallery_thumbnail_path = '_static/demo_mplot3d.png'

import time

Expand Down
1 change: 1 addition & 0 deletions galleries/examples/widgets/lasso_selector_demo_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
a lasso loop around the points on the graph. To draw, just click
on the graph, hold, and drag it around the points you need to select.
"""
# sphinx_gallery_thumbnail_path = '_static/lasso_selector_sgskip_thumbnail.svg'


import numpy as np
Expand Down
Loading