Re: graphing with dates and values
- To: mathgroup at smc.vnet.net
- Subject: [mg73167] Re: graphing with dates and values
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 6 Feb 2007 02:50:58 -0500 (EST)
- Organization: Uni Leipzig
- References: <epv3it$96f$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
look what
Graphics`Graphics`BarChart[] can do for you and
look in the help files, there is an example that uses
the month names to label the chart.
Regards
Jens
fredfur wrote:
> 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
>