Re: ListLinePlot Labels
- To: mathgroup at smc.vnet.net
- Subject: [mg106991] Re: ListLinePlot Labels
- From: "Chris Degnen" <degnen at cwgsy.net>
- Date: Sat, 30 Jan 2010 07:30:37 -0500 (EST)
- References: <hjulen$sda$1@smc.vnet.net>
Alternatively: (* Adapting the documented ListLinePLot example *) ListLinePlot[Prime[Range[16]], Filling -> Axis, Frame -> True, FrameTicks -> {{{1, "Jan"}, {4, "Feb"}, {7, "Mar"}, {10, "Apr"}, {13, "May"}, {16, "Jun"}}, Automatic, None, None}] > I'm trying to create a ListLinePlot with custom labels on > the x-axis, i.e. "January, February..." instead of "1, 2..." > > The ChartLabels option doesn't seem to be compatible with > ListLinePlot. Do you guys have any other suggestions, or > possibly a way of hacking this with AxesLabel? >