|
[Date Index]
[Thread Index]
[Author Index]
Re: Use the standard form of time 00:00:00 as the tick markes on x-axis
- To: mathgroup at smc.vnet.net
- Subject: [mg48984] Re: [mg48971] Use the standard form of time 00:00:00 as the tick markes on x-axis
- From: Sseziwa Mukasa <mukasa at jeol.com>
- Date: Fri, 25 Jun 2004 17:52:30 -0400 (EDT)
- References: <200406250658.CAA12511@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On Jun 25, 2004, at 2:58 AM, Jun Lin wrote:
> I have a set of (x, y) data, of which x is given in the standard form
> of time, 00:00:00. I'm plotting this set of data in x-y plane. I'll
> appreciate if anybody would like to let know whether Mathematica can
> use the x data as is directly, and plot the standard form of time,
> 00:00:00, as the tick marks on the x-axis.
>
Use the option Ticks->{{Range[Length[data]],data[[All,1]]},Automatic}
in your plot.
Regards,
Ssezi
Prev by Date:
Equation - problem
Next by Date:
options Transpose[] ?
Previous by thread:
Use the standard form of time 00:00:00 as the tick markes on x-axis
Next by thread:
RE : multigraphics
|