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

Skip to content

Commit 4856e0d

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

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
===============

galleries/examples/images_contours_and_fields/tricontour_smooth_delaunay.py

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

galleries/examples/images_contours_and_fields/tricontour_smooth_user.py

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

galleries/examples/images_contours_and_fields/tripcolor_demo.py

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

galleries/examples/images_contours_and_fields/triplot_demo.py

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

galleries/examples/lines_bars_and_markers/categorical_variables.py

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

galleries/examples/lines_bars_and_markers/eventplot_demo.py

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

galleries/examples/lines_bars_and_markers/fill_between_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _fill_between_demo:
3+
24
===============================
35
Fill the area between two lines
46
===============================

galleries/examples/lines_bars_and_markers/step_demo.py

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

galleries/examples/mplot3d/bars3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _bars3d:
3+
24
========================================
35
Create 2D bar graphs in different planes
46
========================================

galleries/examples/mplot3d/box3d.py

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

galleries/examples/mplot3d/custom_shaded_3d_surface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _custom_shaded_3d_surface:
3+
24
=======================================
35
Custom hillshading in a 3D surface plot
46
=======================================

galleries/examples/mplot3d/intersecting_planes.py

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

galleries/examples/mplot3d/quiver3d.py

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

galleries/examples/mplot3d/stem3d_demo.py

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

galleries/examples/mplot3d/surface3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _surface3d:
3+
24
=====================
35
3D surface (colormap)
46
=====================

galleries/examples/mplot3d/surface3d_2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _surface3d_2:
3+
24
========================
35
3D surface (solid color)
46
========================

galleries/examples/mplot3d/surface3d_3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _surface3d_3:
3+
24
=========================
35
3D surface (checkerboard)
46
=========================

galleries/examples/mplot3d/trisurf3d.py

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

galleries/examples/mplot3d/trisurf3d_2.py

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

galleries/examples/statistics/boxplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _boxplot_artists:
3+
24
=================================
35
Artist customization in box plots
46
=================================

galleries/examples/statistics/boxplot_color.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _boxplot_color:
3+
24
=================================
35
Box plots with custom fill colors
46
=================================

galleries/examples/statistics/boxplot_demo.py

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

galleries/examples/statistics/boxplot_vs_violin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _boxplot_vs_violin:
3+
24
===================================
35
Box plot vs. violin plot comparison
46
===================================

galleries/examples/statistics/customized_violin.py

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

galleries/examples/statistics/hexbin_demo.py

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

galleries/examples/statistics/histogram_histtypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _histogram_histtypes:
3+
24
================================================================
35
Demo of the histogram function's different ``histtype`` settings
46
================================================================

galleries/examples/statistics/histogram_multihist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _histogram_multihist:
3+
24
=====================================================
35
The histogram (hist) function with multiple data sets
46
=====================================================

galleries/examples/statistics/histogram_normalization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
22
.. redirect-from:: /gallery/statistics/histogram_features
3+
.. _histogram_normalization:
34
45
===================================
56
Histogram bins, density, and weight

galleries/examples/statistics/violinplot.py

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

galleries/plot_types/3D/bar3d_simple.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _bar3d_simple:
3+
24
==========================
35
bar3d(x, y, z, dx, dy, dz)
46
==========================

galleries/plot_types/3D/surface3d_simple.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _surface3d_simple:
3+
24
=====================
35
plot_surface(X, Y, Z)
46
=====================

galleries/plot_types/3D/trisurf3d_simple.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _trisurf3d_simple:
3+
24
=====================
35
plot_trisurf(x, y, z)
46
=====================

galleries/plot_types/arrays/pcolormesh.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
"""
2+
.. _pcolormesh:
3+
24
===================
35
pcolormesh(X, Y, Z)
46
===================
7+
58
Create a pseudocolor plot with a non-regular rectangular grid.
69
710
`~.axes.Axes.pcolormesh` is more flexible than `~.axes.Axes.imshow` in that

galleries/users_explain/artists/index.rst

Lines changed: 2 additions & 0 deletions

galleries/users_explain/axes/index.rst

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)