update graph

This commit is contained in:
Kyle Belanger 2024-08-22 16:00:06 -04:00
parent 12ce8a5e22
commit caf4227bc6

View file

@ -74,6 +74,7 @@ gd = @chain mod_df begin
:train_code = levelcode(:train)
end
end
colors = cgrad(:Dark2_6)
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)