questions? wrote: > I have a graph with different parameters along different parts of the > graph. > > I want to have a program that can display the graph with coloring for > different part of the graph. Is this possible in Python? What should I > read? > > Thanks for any comments >
I would suggest a combination of pyGTK and Matplotlib. A quick tutorial may be found here : http://www.serpia.org/pygtk Thinking about it, you might be satisfied with the gnuplot interface for python : http://gnuplot-py.sourceforge.net/ Hope that helped ... -- http://mail.python.org/mailman/listinfo/python-list