Re: graphing with dates and values
- To: mathgroup at smc.vnet.net
- Subject: [mg73107] Re: graphing with dates and values
- From: dan.spectrix at gmail.com
- Date: Sat, 3 Feb 2007 04:36:13 -0500 (EST)
- References: <epv3it$96f$1@smc.vnet.net>
Just
Plot[list,{x,xmin,xmax}]
I don't know if there is a way to convert dates in other format
automatically..
fredfur ha scritto:
> Hi I have a list:
>
> {21-Mar-86, 27.5}, {20-Mar-86, 28.25}, {19-Mar-86, 28.75}, {18-Mar-86,
> 29.5} etc.
>
> how do I graph this with the dates on the x axis and the values on the
> y axis?
>
> thanks