Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking to display a simple hourly (0-23) number format on the y-axis, based on sample data in Excel file .
How would I do this.
Hi Gerry,
The easiest way to do that is making an inline table:
Load * Inline [
Time
23
22
21
20
19
18
17
16
15
14
13
12
11
10
09
08
07
06
05
04
03
02
01
00
];
But you will need some data that is connected with these hours. Do you have that data?
Jordy
Climber