Hi Alan, short answer: no.
long answer: it depends on what you mean by that. We do not have any support for automated axis ticking for time-related values (either being datetime instances or just seconds since an initial date or whatever else). But you *can* have datetime instances as axis values (see test/functional/test_timeaxis.py). This is what I would call a time axis. You just need to take care of the ticks and labels yourself. You can also do integer based time values, which I use internally for producing figures like http://dresden09.dpg-tagungen.de/anmeldung/beitrag.html?lang=en for years already. (Note that I'm doing ticks at 0am and labels at 12am here -- I like this kind of labeling.) Best, André Am 03.02.2009 um 20:35 schrieb Alan G Isaac: > Are time axes usable? > How do I proceed if I wish to use them? > > Thanks, > Alan Isaac > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills > and code to > build responsive, highly engaging applications that combine the > power of local > resources and data with the reach of the web. Download the Adobe AIR > SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > 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/ ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
