@@ -43,11 +43,11 @@ F = [f(r*cospi(θ), r*sinpi(θ)) for r in r, θ in θ]
43
43
# We superpose a surface plot of $f$ on top of the grid:
44
44
X = [r* cospi (θ) for r in r, θ in θ]
45
45
Y = [r* sinpi (θ) for r in r, θ in θ]
46
- scatter3d (vec (X), vec (Y), vec (0 F); markersize= 0.75 , markercolor= :red , size = ( 800 , 600 ) )
46
+ scatter3d (vec (X), vec (Y), vec (0 F); markersize= 0.75 , markercolor= :red )
47
47
surface! (X, Y, F; legend= false , xlabel= " x" , ylabel= " y" , zlabel= " f" )
48
48
savefig (joinpath (GENFIGS, " zernike.html" ))
49
49
# ##```@raw html
50
- # ##<object type="text/html" data="../zernike.html" style="width:100%;height:600px ;"></object>
50
+ # ##<object type="text/html" data="../zernike.html" style="width:100%;height:400px ;"></object>
51
51
# ##```
52
52
53
53
# We precompute a (generalized) Zernike--Chebyshev×Fourier plan:
@@ -101,11 +101,11 @@ F = [f(x[n], w[n]*z) for n in 1:N, z in z]
101
101
# We superpose a surface plot of $f$ on top of the grid:
102
102
X = [x for x in x, z in z]
103
103
Y = [w* z for w in w, z in z]
104
- scatter3d (vec (X), vec (Y), vec (0 F); markersize= 0.75 , markercolor= :green , size = ( 800 , 600 ) )
104
+ scatter3d (vec (X), vec (Y), vec (0 F); markersize= 0.75 , markercolor= :green )
105
105
surface! (X, Y, F; legend= false , xlabel= " x" , ylabel= " y" , zlabel= " f" )
106
106
savefig (joinpath (GENFIGS, " dunklxu.html" ))
107
107
# ##```@raw html
108
- # ##<object type="text/html" data="../dunklxu.html" style="width:100%;height:600px ;"></object>
108
+ # ##<object type="text/html" data="../dunklxu.html" style="width:100%;height:400px ;"></object>
109
109
# ##```
110
110
111
111
# We precompute a Dunkl-Xu--Chebyshev plan:
0 commit comments