On Tue, 17 May 2011 11:27:37 +0200 Axel Freyn <[email protected]> scribit:
> Hi René, > On Tue, May 17, 2011 at 11:22:50AM +0200, R. Bastian wrote: > > Salut, > > > > i wrote that: > > ----------------------------- >[...] > > --------------------------------- > > but the title does not appear and there is no error message. > > > > What is wrong ? > > listeprofils = [v0, v1, ...] where vX are numpy.ndarrays > The idea in PyX is: The titles appear only in the key ==> you have to > add a key to your graph. > replace "g = pyx.graph.graphxy(width=xwidth, height=xheight)" by > g = pyx.graph.graphxy(width=xwidth, height=xheight, key=graph.key.key()) > > See http://pyx.sourceforge.net/manual/module-graph.key.html > for the full documentation of the parameters for "key" (e.g. where to > place it, which size, ...) > > > Axel Prima ! Merci ! > > > _______________________________________________ > PyX-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pyx-user -- René Bastian www.pythoneon.org www.musiques-rb.org ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
