From 10eff2737189ef5dc69bfe719d80c0aad6239e4d Mon Sep 17 00:00:00 2001 From: Divyam Madaan Date: Tue, 10 Oct 2017 19:10:26 +0530 Subject: [PATCH] Update descriptions for images_contours_and_fields --- examples/images_contours_and_fields/griddata_demo.py | 1 + .../images_contours_and_fields/shading_example.py | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/images_contours_and_fields/griddata_demo.py b/examples/images_contours_and_fields/griddata_demo.py index 9312eff2fca7..540e5119256a 100644 --- a/examples/images_contours_and_fields/griddata_demo.py +++ b/examples/images_contours_and_fields/griddata_demo.py @@ -3,6 +3,7 @@ Griddata Demo ============= +Example showing plotting of non uniform data points in the form of grid. """ from matplotlib.mlab import griddata import matplotlib.pyplot as plt diff --git a/examples/images_contours_and_fields/shading_example.py b/examples/images_contours_and_fields/shading_example.py index 02bbd4ed0e14..07445e0d810c 100644 --- a/examples/images_contours_and_fields/shading_example.py +++ b/examples/images_contours_and_fields/shading_example.py @@ -3,18 +3,17 @@ Shading Example =============== +Example showing how to make shaded relief plots +like Mathematica +(http://reference.wolfram.com/mathematica/ref/ReliefPlot.html) +or Generic Mapping Tools +(http://gmt.soest.hawaii.edu/gmt/doc/gmt/html/GMT_Docs/node145.html) """ import numpy as np import matplotlib.pyplot as plt from matplotlib.colors import LightSource from matplotlib.cbook import get_sample_data -# Example showing how to make shaded relief plots -# like Mathematica -# (http://reference.wolfram.com/mathematica/ref/ReliefPlot.html) -# or Generic Mapping Tools -# (http://gmt.soest.hawaii.edu/gmt/doc/gmt/html/GMT_Docs/node145.html) - def main(): # Test data