Re: ListLinePlot Labels
- To: mathgroup at smc.vnet.net
- Subject: [mg106978] Re: [mg106958] ListLinePlot Labels
- From: Jaebum Jung <jaebum at wolfram.com>
- Date: Sat, 30 Jan 2010 07:12:27 -0500 (EST)
- References: <201001291248.HAA29104@smc.vnet.net>
Do you mean this?
ListLinePlot[Prime[Range[12]],Filling->Axis,Ticks->{{#,DateString[{1,#},"MonthNameShort"]}&/@Range[1,12],Automatic}]
- Jaebum
On 1/29/10 6:48 AM, Eddie Fonner wrote:
> 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?
>
>
- References:
- ListLinePlot Labels
- From: Eddie Fonner <efonner@armus.com>
- ListLinePlot Labels