Hi Sybren, On 10.03.06, Sybren Stüvel wrote: > I have another quick question. How can I use normal notation instead > of scientific notation on the axes? I want to plot '10000' instead of > '1x10^5'. I used Google to search the PyX site for 'scientific', but > that didn't give me any results.
You need to pass a proper texter instance at the axis constructor. See http://pyx.sourceforge.net/manual/module-graph.axis.texter.html for available texters. HTH, André -- by _ _ _ Dr. André Wobst / \ \ / ) [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 xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
