On Mon, May 3, 2010 at 5:39 PM, Lucas Meneghel Rodrigues <[email protected]>wrote:

> On Mon, 2010-05-03 at 16:52 -0700, Martin Bligh wrote:
> > only thing that strikes me is whether the gnuplot support
> > should be abstracted out a bit. See tko/plotgraph.py ?
>
> I thought about it. Ideally, we would do all the plotting using a python
> library, such as matplotlib, which has a decent API. However, I spent
> quite some time trying to figure out how to draw the surface graphs
> using matplot lib and in the end, I gave up (3d support on that lib is
> just starting). There are some other libs, such as mayavi
> (http://mayavi.sourceforge.net) that I would like to try out on the near
> future. Your code in plotgraph.py is aimed to 2D graphs, a good
> candidate for replacement using matplotlib (their support to 2D is
> excellent).
>

+1 on using matplotlib for that if anyone is touching that code in the
future.
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to