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

Skip to content
Merged
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/canvasagg.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/embedding_in_qt.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/embedding_in_tk.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/embedding_webagg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
301 changes: 301 additions & 0 deletions doc/_static/svg_histogram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
385 changes: 385 additions & 0 deletions doc/_static/svg_tooltip.svg
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/toolmanager.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/user_interfaces/canvasagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.. redirect-from:: /gallery/misc/agg_buffer
.. redirect-from:: /gallery/misc/agg_buffer_to_array
"""
# sphinx_gallery_thumbnail_path = '_static/canvasagg.png'

from PIL import Image

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
binding can be selected by setting the :envvar:`QT_API` environment variable to
the binding name, or by first importing it.
"""
# sphinx_gallery_thumbnail_path = '_static/embedding_in_qt.png'

import sys
import time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
===========
"""
# sphinx_gallery_thumbnail_path = '_static/embedding_in_tk.png'

import tkinter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

The framework being used must support web sockets.
"""
# sphinx_gallery_thumbnail_path = '_static/embedding_webagg.png'

import argparse
import io
Expand Down
301 changes: 301 additions & 0 deletions galleries/examples/user_interfaces/images/svg_histogram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
385 changes: 385 additions & 0 deletions galleries/examples/user_interfaces/images/svg_tooltip.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/user_interfaces/svg_histogram_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
Author: [email protected]
"""
# sphinx_gallery_thumbnail_path = '_static/svg_histogram.svg'


from io import BytesIO
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/user_interfaces/svg_tooltip_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

:author: David Huard
"""
# sphinx_gallery_thumbnail_path = '_static/svg_tooltip.svg'


from io import BytesIO
Expand Down
1 change: 1 addition & 0 deletions galleries/examples/user_interfaces/toolmanager_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

using `matplotlib.backend_managers.ToolManager`.
"""
# sphinx_gallery_thumbnail_path = '_static/toolmanager.png'

import matplotlib.pyplot as plt

Expand Down
Loading