Hi,
This may be easy or it may be difficult, but I can't figure out how to do it!!
I have a number of cities and a number of departure times and I wanted to show:
The data would be like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]City[/TD]
[TD]Time1[/TD]
[TD]Time2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD]10:14[/TD]
[TD]12:20[/TD]
[/TR]
[TR]
[TD]Manchester[/TD]
[TD]09:50[/TD]
[TD]16:47[/TD]
[/TR]
[TR]
[TD]Edinburgh[/TD]
[TD]13:56[/TD]
[TD]19:00[/TD]
[/TR]
[TR]
[TD]Birmingham[/TD]
[TD]11:11[/TD]
[TD]15:18[/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD]16:00[/TD]
[TD]21:21[/TD]
[/TR]
[TR]
[TD]Newcastle[/TD]
[TD]18:15[/TD]
[TD]21:40[/TD]
[/TR]
</tbody>[/TABLE]
Has anyone got any ideas as to how I can do this?
Thanks,
E
This may be easy or it may be difficult, but I can't figure out how to do it!!
I have a number of cities and a number of departure times and I wanted to show:
- On the bottom axis, I want to show the times from 08:00-22:00
- On the side Axis, I want to show the cities (or a number for a city, i.e. London = 1, Manchester = 2, etc...)
- In the plot area, I want to plot the actual times for the city.
The data would be like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]City[/TD]
[TD]Time1[/TD]
[TD]Time2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD]10:14[/TD]
[TD]12:20[/TD]
[/TR]
[TR]
[TD]Manchester[/TD]
[TD]09:50[/TD]
[TD]16:47[/TD]
[/TR]
[TR]
[TD]Edinburgh[/TD]
[TD]13:56[/TD]
[TD]19:00[/TD]
[/TR]
[TR]
[TD]Birmingham[/TD]
[TD]11:11[/TD]
[TD]15:18[/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD]16:00[/TD]
[TD]21:21[/TD]
[/TR]
[TR]
[TD]Newcastle[/TD]
[TD]18:15[/TD]
[TD]21:40[/TD]
[/TR]
</tbody>[/TABLE]
Has anyone got any ideas as to how I can do this?
Thanks,
E