On Tue, 25 Mar 2008, David Barton wrote: > I would try something like:
David, Joerg, et al.: An excellent example to get me going. The code's attached, and you can create the same .pdf file I did. I've looked at the docs (user manual, faq, web examples and galleries) but haven't found how to specify the y-axis ticks (every 0.2) and format them so all have 1 decimal place (0.0 - 1.0). In this example I used graph.graphxy() rather than graph.data() or graph.paramdata(). Can I assume that graphxy() will work for all my curves since they're all specified within the method in which the plotting is done? Or, should I rewrite it to use an explicit function defined within the statement? (I've probably not clearly explained my question; if so, let me know and I'll try again). Is a thick line for the plot the default? Took a while to find how to make it thin. I'm going to want multiple curves on the same set of axes. I learned that I can get this by calling plot() for each one, but ... that's not how the functions are arranged in the module. I need to learn how to pass the values from one module to the other, but still create multiple plots. Not at all sure how to structure this. The learning curve looks like it might be fairly short and not too steep. But, incorporating it into the multi-module application probably will take some serious learning. Thanks for the nudge in the right direction, Rich -- Richard B. Shepard, Ph.D. | Integrity Credibility Applied Ecosystem Services, Inc. | Innovation <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
