update graph
This commit is contained in:
parent
12ce8a5e22
commit
caf4227bc6
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ gd = @chain mod_df begin
|
||||||
:train_code = levelcode(:train)
|
:train_code = levelcode(:train)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
colors = cgrad(:Dark2_6)
|
colors = cgrad(:Dark2_6)
|
||||||
f = Figure();
|
f = Figure();
|
||||||
ax = Axis(f[1,1], xlabel = "Station", ylabel = "Mean Delay (mins)", title = "Mean Delay by Station", xticks = (1:length(levels(gd.station_code)), levels(gd.station)), xticklabelrotation = pi/2)
|
ax = Axis(f[1,1], xlabel = "Station", ylabel = "Mean Delay (mins)", title = "Mean Delay by Station", xticks = (1:length(levels(gd.station_code)), levels(gd.station)), xticklabelrotation = pi/2)
|
||||||
|
|
Loading…
Reference in a new issue