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

Skip to content

Commit 235b82e

Browse files
committed
DOC: user guide section on plotting methods
1 parent 38a8e15 commit 235b82e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1530
-0
lines changed

doc/users/index.rst

Lines changed: 9 additions & 0 deletions

galleries/examples/images_contours_and_fields/contour_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _contour_demo:
3+
24
============
35
Contour Demo
46
============

galleries/examples/images_contours_and_fields/contourf_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""
2+
.. _contourf_demo:
23
=============
34
Contourf demo
45
=============

galleries/examples/images_contours_and_fields/contourf_log.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _contourf_log:
3+
24
============================
35
Contourf and log color scale
46
============================

galleries/examples/images_contours_and_fields/image_antialiasing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
.. _image_antialiasing:
3+
4+
.. _image_resampling:
5+
26
================
37
Image resampling
48
================

galleries/examples/images_contours_and_fields/image_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _image_demo:
3+
24
========================
35
Many ways to plot images
46
========================

galleries/examples/images_contours_and_fields/pcolor_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pcolor_demo:
3+
24
=============
35
pcolor images
46
=============

galleries/examples/images_contours_and_fields/pcolormesh_grids.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pcolormesh_grids:
3+
24
============================
35
pcolormesh grids and shading
46
============================

galleries/examples/images_contours_and_fields/plot_streamplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _plot_streamplot:
3+
24
==========
35
Streamplot
46
==========

galleries/examples/images_contours_and_fields/tricontour_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _tricontour_demo:
3+
24
===============
35
Tricontour Demo
46
===============

0 commit comments

Comments
 (0)