On Feb 22, 4:28 pm, Paul Anton Letnes
wrote:
> +1, I like matplotlib a lot. Consider python(x,y) as an easy install
> path. It both shows plots interactively and let you save to file. I even
> use it for publications.
>
> Paul.
+1 for matplotlib, incredibly powerful and (if you know a bit about
Den 21.02.11 10.34, skrev Jean-Michel Pichavant:
spam head wrote:
I'm looking for an easy way to display simple line graphs generated by
a python program in Windows. It could be done from within the
program, or I could write the information out to a file and call an
external program. Either is f
spam head wrote:
I'm looking for an easy way to display simple line graphs generated by
a python program in Windows. It could be done from within the
program, or I could write the information out to a file and call an
external program. Either is fine.
Does anybody have any recommendations for
spam head wrote:
> Does anybody have any recommendations for a good program from
> generating these simple graphs?
Have a look at Veusz, written in python: http://home.gna.org/veusz/
(I am the lead author).
Jeremy
--
http://mail.python.org/mailman/listinfo/python-list
Graphviz?
http://www.graphviz.org/
HTH
Jon N
--
http://mail.python.org/mailman/listinfo/python-list
Standard answer in such a case is matplotlib
http://matplotlib.sourceforge.net/
--
http://mail.python.org/mailman/listinfo/python-list
spam head writes:
> I'm looking for an easy way to display simple line graphs generated by
> a python program in Windows. It could be done from within the
> program, or I could write the information out to a file and call an
> external program. Either is fine.
I've used gnuplot and rrdtool for
I'm looking for an easy way to display simple line graphs generated by
a python program in Windows. It could be done from within the
program, or I could write the information out to a file and call an
external program. Either is fine.
Does anybody have any recommendations for a good program from