On Thu, 27 Mar 2008, Rich Shepard apparently wrote:
> If I understand, I need to generate a list of tuples using 
> the curve-generating functions, then return that list to 
> the calling module to assemble them in sequence and plot 
> them. 

You can generate the data however you wish.
If you want detailed control, generate the actual points
as you suggest (using graph.data.points or 
graph.data.values).  Or just provide
your functions or wrappers to them (using graph.data.function).
<URL:http://pyx.sourceforge.net/manual/module-graph.data.html>

hth,
Alan Isaac




-------------------------------------------------------------------------
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

Reply via email to