Timeline plots with Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy Salnikov

    Timeline plots with Python

    Hi all,

    does anybody knows any plotting library which can do nice timeline plots?
    Python is preffered, but not strictly necessary. Standalone utility might
    also
    be OK if one can feed some data from a script into it. I feel that I will
    have
    to do it myself using some low-level plottin library, but I have no time now
    to spend on this thing. And I hate this low-level stuff, scaling, date/time
    formatting, etc.

    Cheers,
    Andy.


  • Roy Smith

    #2
    Re: Timeline plots with Python

    In article <c4igoa$2tr$1@n ews.Stanford.ED U>,
    "Andy Salnikov" <a_salnikov@yah oo.com> wrote:
    [color=blue]
    > Hi all,
    >
    > does anybody knows any plotting library which can do nice timeline plots?
    > Python is preffered, but not strictly necessary. Standalone utility might
    > also be OK if one can feed some data from a script into it.[/color]

    Check out gnuplot.

    Comment

    Working...