On Mon, 31 Mar 2008, Alan G Isaac wrote: > A comma ... ?
Alan, The x and y values produced by the curve function are each a list of values, space separated. When plotted in the same module there is no error. I see in the on-line docs that spaces are used to separate x and y values in the example data <http://pyx.sourceforge.net/manual/node31.html>. Reading the next section (4.2), I see that the 'graph' component "Keeps lists of plotted data, ...". But, I have no data directives in the graph.graphxy() function. At the head of the calling function I set up axes, painters, texter, then call graph.graphxy(). Then I go through the input data and call the appropriate curve generating function. When that returns I call plot(graph.data.values()) Where might I have a missing comma? Thanks, 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
