voronoi_mountains_test
    
    
    
      voronoi_mountains_test,
      a MATLAB code which
      calls voronoi_mountains(), which
      makes a 3D surface plot of a Voronoi diagram.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      voronoi_mountains,
      a MATLAB code which
      makes a mountain plot of a Voronoi
      diagram, that is, a surface plot of the distance from each
      point to its nearest Voronoi generator.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          diamond.txt,
          a set of 9 points with a simple Voronoi diagram.
        
 
        - 
          diamond_diagram.png,
          the flat Voronoi diagram of the set of points.
        
 
        - 
          diamond_mountains.png,
          a still overhead image of the 3D mountain plot for the diamond
          points.  The "cool" colormap is used.
        
 
        - 
          random_mountains.png,
          a still side image of the 3D mountain plot for 10 random points.
          The "prism" colormap is used.
        
 
      
    
    
    
      Last revised on 18 February 2019.