@@ -20,8 +20,8 @@ function run_catnip(; timeout=false)
2020 numSets = 300
2121 # numSets = 120
2222
23- fig = Figure (fontsize= 14 ; size= (1200 , 888 ))
24- ax1 = Axis3 (fig[1 , 1 ]; aspect= (2 , 1 , 0.25 ), elevation= 2pi / 5 , perspectiveness= 0.5 , azimuth= 0 )
23+ fig = Figure (fontsize= 14 ; size= (740 , 976 ))
24+ ax1 = Axis3 (fig[1 , 1 ]; aspect= (1.5 , 1.00 , 0.25 ), elevation= ( 2 * pi ) / 4 , perspectiveness= 0.25 , azimuth= 0 * pi )
2525
2626 hidedecorations! (ax1)
2727 hidespines! (ax1)
@@ -105,9 +105,9 @@ function run_catnip(; timeout=false)
105105
106106 mymagma = GLMakie. to_colormap (:magma )
107107 # mymagma = GLMakie.to_colormap(:BuPu_9)
108- mymagma[1 ] = RGBA (0.0 ,0.0 ,0.0 ,0.0 )
108+ mymagma[1 ] = RGBA (0.0 , 0.0 , 0.0 , 0.0 )
109109
110- command = ` catnip -d 4:VisOut -r 122880 -n 2048 -sas 6 -sf 45 -i -nw -nwb 81 `
110+ command = ` catnip -d spotify -r 122880 -n 2048 -sm 4 - sas 6 -sf 45 -i -nw -nwb 82 `
111111 # command = `catnip -d "Google Chrome" -r 122880 -n 2048 -sas 6 -sf 45 -i -nw -nwb 60`
112112 # command = `go run ./cmd/catnip -d spotify -r 122880 -n 2048 -sas 5 -sf 45 -i -nw -nwb 50`
113113
@@ -153,7 +153,7 @@ function run_catnip(; timeout=false)
153153 elms = split (line, " " )
154154 elms = [elm for elm in elms if ! isempty (elm)]
155155 nums = map (x -> parse (Float64, strip (x)), elms)
156- nums = reverse (nums)
156+ # nums = reverse(nums)
157157
158158 # idx[] = numSets - count
159159 # println(nums)
0 commit comments