write a bitmap using python

lyuan lyuan at ucdavis.edu
Sat Jun 5 20:49:41 EDT 2004


Hi, Paul,
	Thanks for your help. The code is indeed clear and illustrative.
	
	I wonder under what license is your code distributed? Do you mind if I 
include part of your code into my code? I'm not writing anything 
commercial, but instead a scientific data analysis program.


thanks
Lihua

Paul McGuire wrote:
> "lyuan" <lyuan at ucdavis.edu> wrote in message
> news:c9ruf0$n4t$1 at woodrow.ucdavis.edu...
> 
>>Hi,
>>How can I write a bitmap using python? I have some integer data and
>>want to generate a bitmap graph for visualization.  Any suggestion will
>>be appreciated.
>>Sorry if this is an FAQ, BTW, where can I find the FAQ of this list?
>>
>>thanks
>>Lihua
> 
> 
> I chased this down last fall when I needed to visualize some data much as
> you describe.
> 
> http://www.geocities.com/ptmcg/python/index.html#bmp
> 
> Follow the 'module' link to retrieve the bmp.py source.
> 
> -- Paul
> 
> 



More information about the Python-list mailing list