MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: PlotLabel

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44455] Re: PlotLabel
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Mon, 10 Nov 2003 19:55:40 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <boieu0$o9d$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

something like

Needs["Graphics`Graphics`"]

data = Table[{i, 2i}, {i, 1, 10}];

LabeledListPlot[Append[#, Random[Integer, {1900, 2000}]] & /@ data]

??

Regards
  Jens

Marko Kastens wrote:
> 
> Hi!
> 
> Maybe quite a simple problem...
> 
> In the first column of a table I have the x-Value (seconds of the date
> since 1900), in the second the y-value.
> 
> Is there any chance to label the _ListPlot[]_ with the correct date -
> not 10-digit-numer, representing the date in seconds since 1900? Or with
>   parts of the date, lets say only the names of the month?
> 
> Thanks,
> marko


  • Prev by Date: Unevaluated
  • Next by Date: Re: MathLink Help
  • Previous by thread: PlotLabel
  • Next by thread: Re: NIntegrate singularity problem v4.0 vs v5.0