Hi Rich,

On 20.03.08, Rich Shepard wrote:
>    I looked at the function plot on the pyx web site and did not see the same
> capabilities as I do with mpl.

There's no difference in which functions can be plotted by PyX and which
ones by matplotlib? Both libraries allow you to plot any arbitrary
function which can be defined in Python.

>    The drawback to PyX and PSTricks is trying to call LaTeX from within the
> python report generating functions.

Just as a side-node: Using PSTricks you can also plot every function you
are able to define in PostScript - which, depending on you programming
skills and patience, might imply a different set of functions as the one
mentioned above - only practically, though, theoretically, it of course
does not.

But concerning the way LaTeX comes into play, PyX and PSTricks are
entirely different. While PSTricks code is executed by the LaTex
interpreter, PyX actually calls LaTeX itself.

>    My problems are not with the plotting functions but with figuring out how
> to correctly manipulate a list of tuples, each of which has 17 items, and
> loop through them correctly calling the appropriate plotting routines.

Now this looks like a totally different problem...

Best,

        Jörg

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to