File tree Expand file tree Collapse file tree
images_contours_and_fields Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99This example demonstrates two different APIs:
1010
11- 1. Setting the default
11+ 1. Setting the default
1212 :ref:`rc parameter<sphx_glr_tutorials_introductory_customizing.py>`
1313 specifying the property cycle. This affects all subsequent axes
1414 (but not axes already created).
Original file line number Diff line number Diff line change 6565import matplotlib
6666matplotlib .axes .Axes .barbs
6767matplotlib .pyplot .barbs
68-
Original file line number Diff line number Diff line change 1010
1111The emphasis in this demo is on showing how to make contours register
1212correctly on images, and on how to get both of them oriented as
13- desired. In particular, note the usage of the
13+ desired. In particular, note the usage of the
1414:ref:`"origin" and "extent"
1515<sphx_glr_tutorials_intermediate_imshow_extent.py>`
1616keyword arguments to imshow and contour.
Original file line number Diff line number Diff line change 9191matplotlib .pyplot .colorbar
9292matplotlib .colors .BoundaryNorm
9393matplotlib .colorbar .ColorbarBase .set_label
94-
Original file line number Diff line number Diff line change 66Generating images with :meth:`~.axes.Axes.pcolor`.
77
88Pcolor allows you to generate 2-D image-style plots. Below we will show how
9- to do so in Matplotlib.
9+ to do so in Matplotlib.
1010"""
1111import matplotlib .pyplot as plt
1212import numpy as np
Original file line number Diff line number Diff line change 8585matplotlib .pyplot .streamplot
8686matplotlib .gridspec
8787matplotlib .gridspec .GridSpec
88-
Original file line number Diff line number Diff line change 33Demonstration of advanced quiver and quiverkey functions
44========================================================
55
6- Demonstrates some more advanced options for `~.axes.Axes.quiver`.
7- For a simple example refer to
6+ Demonstrates some more advanced options for `~.axes.Axes.quiver`.
7+ For a simple example refer to
88:ref:`sphx_glr_gallery_images_contours_and_fields_quiver_simple_demo.py`.
99
1010Known problem: the plot autoscaling does not take into account
Original file line number Diff line number Diff line change 66A simple example of a `~.axes.Axes.quiver` plot with a
77`~.axes.Axes.quiverkey`.
88
9- For more advanced options refer to
9+ For more advanced options refer to
1010:ref:`sphx_glr_gallery_images_contours_and_fields_quiver_demo.py`.
1111"""
1212import matplotlib .pyplot as plt
3737matplotlib .pyplot .quiver
3838matplotlib .axes .Axes .quiverkey
3939matplotlib .pyplot .quiverkey
40-
You can’t perform that action at this time.
0 commit comments