[BangPypers] 2D plotting libraries.

Anand Balachandran Pillai abpillai at gmail.com
Fri Jun 4 11:44:10 CEST 2010


On Fri, Jun 4, 2010 at 2:57 PM, Shiv Shankar <fslash8 at gmail.com> wrote:

> > Wrong choice. When a software exists which is the perhaps the most
> > powerful plotting program *ever* written, choosing a gaming library
> > for this demonstrates poor choice, unless there is a specific reason
> >  for that - like for example, if you are already familiar with Pygame or
> >  SDL.
> >
>
> Its a strategical game anyways. But that no way justifies my choice for the
> library. Ill try out GNUplot.
> Does GNUPlot have something like py2app in pygame ?
>

 Well, I might have misunderstood you. I thought you wanted to plot
the output of your program separately, not tied to your main
application. Looks like you want the plotting to be done "in" the app.
Then matplotlib is a better choice, since it is a library and can
be used directly in code.


> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
--Anand


More information about the BangPypers mailing list