<HTML>
<HEAD>
<TITLE>New profiling module for wxgrass</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Following up on the general gist of discussions about graphing, I created a new profiling module for wxgrass using the plot module in wxPython. Although the docs stated that it required numeric, numarray, or numpy as a dependency, it was not clear during development if this particular application of the plot module did indeed require this.<BR>
<BR>
I&#8217;ve now tested it on another system and can verify that to run the new profile module (profile.py) you&#8217;ll need one of these dependent modules (any will work). They are available from a variety of sources. I&#8217;ll try to get together a list and put it in the README if we want to continue with this.<BR>
<BR>
I will say that doing the profile with plot produced a very nice result (I&#8217;ve attached a screenshot here) with about 1/3 &nbsp;of the code I&#8217;d need to do it manually. It also makes it very easy to do other simple graphs (mainly line and point graphs, though bar graphs are also possible) with very little in the way of coding&#8212;built in save to file, printing, zooming, dragging, scrolling, and log scales for example.<BR>
<BR>
Let me know what you think (after you&#8217;ve installed numeric/numarray/numpy).<BR>
<BR>
Michael<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics and Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
</SPAN></FONT>
</BODY>
</HTML>