Package mosp_tools :: Package heatmap
[hide private]
[frames] | no frames]

Source Code for Package mosp_tools.heatmap

 1  """This sub-package provides the MoSP heatmap tool. 
 2  """ 
 3   
 4  __license__ = """Copyright (c) 2007-2008 Chad Whitacre  
 5  (colorschemes, basic heatmap) with additions of B. Henne (2011) 
 6  Permission is hereby granted, free of charge, to any person obtaining  
 7  a copy of this software and associated documentation files (the "Software"),  
 8  to deal in the Software without restriction, including without limitation   
 9  the rights to use, copy, modify, merge, publish, distribute, sublicense,  
10  and/or sell copies of the Software, and to permit persons to whom the  
11  Software is furnished to do so, subject to the following conditions:  
12  The above copyright notice and this permission notice shall be included  
13  in all copies or substantial portions of the Software.  
14  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
15  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES  
16  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  
17  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,  
18  DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR  
19  OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR  
20  THE USE OR OTHER DEALINGS IN THE SOFTWARE.""" 
21