Hi, g.plot(curveList,[graph.style.line([style.linewidth.Thin, color.rgb.red])])
should do it. (I didn't check, but this is the proper position to insert the stroke styles.) HTH André Am 16.05.2008 um 18:53 schrieb Rich Shepard: > For whatever reason, I'm not seeing the proper way to add > graph.styles to > my plots. > > Currently the code reads: > > g.plot(curveList,[graph.style.line([style.linewidth.Thin])]) > > and I want to add color.rgb.red. But, I've become lost in the lists > within > tuples within lists and don't see just where and how to add the code > so the > lines are plotted in red. > > A clue stick is appreciated. > > TIA, > > Rich > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > PyX-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pyx-user > -- by _ _ _ Dr. André Wobst, Amselweg 22, 85716 Unterschleißheim / \ \ / ) [EMAIL PROTECTED], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
