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
2 changes: 2 additions & 0 deletions galleries/examples/user_interfaces/canvasagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
CanvasAgg demo
==============

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/canvasagg.png'

This example shows how to use the agg backend directly to create images, which
may be of use to web application developers who want full control over their
code without using the pyplot interface to manage figures, figure closing etc.
Expand Down
3 changes: 3 additions & 0 deletions galleries/examples/user_interfaces/embedding_in_qt_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The
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 = 'gallery/user_interfaces/images/embedding_in_qt.png'
"""

import sys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Embed in Tk
===========

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_in_tk.png'
"""

import tkinter
Expand Down
2 changes: 2 additions & 0 deletions galleries/examples/user_interfaces/embedding_webagg_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Embedding WebAgg
================

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/embedding_webagg.png'

This example demonstrates how to embed Matplotlib WebAgg interactive plotting
in your own web application and framework. It is not necessary to do all this
if you merely want to display a plot in a browser or use Matplotlib's built-in
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions galleries/examples/user_interfaces/svg_histogram_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
SVG Histogram
=============

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/svg_histogram.svg'

Demonstrate how to create an interactive histogram, in which bars
are hidden or shown by clicking on legend markers.

Expand Down
2 changes: 2 additions & 0 deletions galleries/examples/user_interfaces/svg_tooltip_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
SVG Tooltip
===========

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/svg_tooltip.svg'

This example shows how to create a tooltip that will show up when
hovering over a matplotlib patch.

Expand Down
2 changes: 2 additions & 0 deletions galleries/examples/user_interfaces/toolmanager_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Tool Manager
============

.. sphinx_gallery_thumbnail_path = 'gallery/user_interfaces/images/toolmanager.png'

This example demonstrates how to

* modify the Toolbar
Expand Down
Loading