-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.jl
15 lines (11 loc) · 1.36 KB
/
presentation.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using MAT
chi = matread("anPraktikantin/chi4.mat")["z"]
path = [385631, 429208, 428213, 431261, 431986, 431244, 432311, 431915, 432556, 431916, 430068, 431879, 430093, 426369, 424879, 419380, 417473, 418102, 418156, 416921, 416916, 416942, 415938, 415066, 415081, 414073, 414101, 413577, 412926, 411977, 406976, 406851, 406862, 406951, 406908, 406145, 406126, 404799, 404024, 403276, 401539, 401580, 403092, 403032, 401568, 395950, 395968, 394210, 394041, 395720, 395397, 393942, 398985, 402389, 404618, 405283, 405245, 405927, 405905, 405208, 398515, 393409, 393397, 392921, 392709, 392707, 392450, 392278, 392442, 393314, 392550, 392362, 392506, 394631, 398232, 396518, 398263, 398377, 398243, 396453, 400102, 405081, 408519, 407290, 407306, 406456, 407271, 406447, 406446, 405661, 405024, 404398, 401974, 398110, 399953, 396201, 396297, 394437, 394464, 396200, 396232, 403498, 403506, 406397, 408168, 409548, 412174, 414765, 413760, 415258, 416118, 416176, 416166, 417116, 419058, 422082, 427187, 428527, 429524, 429526, 425368, 427030, 427109, 425488, 425385, 427044]
includet("plot.jl")
begin
plot(size=(1200, 1000), showaxis=false)
plot_simplex(linecolor=:gray)
scatter_chi(chi[1:20:end, :], markersize=1)
plot_path(chi, path, markersize=2, marker=:x, linewidth=4)
end
plot_path(chi, path, markersize=1.5, marker=:x, linewidth=4, marker_z=path .% (size(chi, 1) / 10))