Hi, On 26.07.06, Alan G Isaac wrote: > On Wed, 26 Jul 2006, Carl Bolduc apparently wrote: > > Now what's wrong? I just used the same code line as in > > this example: > > http://pyx.sourceforge.net/examples/graphs/change.html > > I'd guess that your first plot is missing a title. > http://pyx.sourceforge.net/manual/module-graph.key.html > "This class writes the title of the data in a plot > together with a small illustration of the style."
Just a little note: There's always a title for all data instances by default. For a data.file instance for example the filename and the column names are shown. However you can set the title of a data instance to None. Than this particular data will be skipped in the graph key. So even that doesn't create any problem but instead does something useful too. 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/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
