My responses to your responses: 1. I thought about Matplotlib. What about Scipy? What other options are out there?
3. I found a much better way to convert a datetime object into a single number: time.mktime(DateTimeObject.timetuple()) 4. Let me restate the question more clearly. I don't want to turn a number into a datetime object. I want to write words like "January" on the bottom of the graph instead of writing numbers. I know how to create the words, but how do I make them display along the bottom of the graph instead of numbers? Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
