Re: plotting time data
- To: mathgroup at smc.vnet.net
- Subject: [mg18979] Re: plotting time data
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Tue, 3 Aug 1999 13:44:29 -0400
- References: <7nretf$idn@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
James, The option Ticks -> {{x1, label1}, {x2, label2}, ...} will give ticks at x1, x2 with the corresponding labels. Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 James L. Fisher <jlfisher at imt.net> wrote in message news:7nretf$idn at smc.vnet.net... > I would like to plot some time data where I have the dates and/or times on > the horizontal axis and the data on the vericle axis. What software would > I have to get inorder to plot this data over time. The data should be > plotted as points with a line joining the points. Getting the horizontal to > be labeled with the time and/or date is the trouble . I could use ListPlot > otherwise. > > Thanks > James > >