Basics Gallery with Matplotlib#
This page consists of the ‘Basics Gallery with matplotlib’ and a sub-gallery(aka subsection), ‘No image output examples’. This sub-gallery is generated from asub-directory within the general examples directory. The file structure ofthis gallery looks like this:
examples/ # base 'Basics Gallery with Matplotlib' directory├── GALLERY_HEADER.rst├── <.py files>└── no_output/ # generates the 'No image output examples' sub-gallery ├── GALLERY_HEADER.rst └── <.py files>
General examples#
This gallery consists of introductory examples and examples demonstratingspecific features of Sphinx-Gallery.
No image output examples#
This section gathers examples which don’t produce any figures. Some examplesonly output to standard output, others demonstrate how Sphinx-Gallery handlesexamples with errors.
Example that fails to execute (with normal thumbnail behaviour)
Example that fails to execute (with normal thumbnail behaviour)
On this page