<div dir="ltr"><div>...indeed..no problems with Scilab 6.1.1</div><div>Thank you,</div><div>Philipp<br></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Di., 4. Jan. 2022 um 12:22 Uhr schrieb Heinz Nabielek <<a href="mailto:heinznabielek@me.com">heinznabielek@me.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">SurfPlot is no problem here.<div>Scilab Version: 6.1.1.988271013</div><div>macOS Catalina Version 10.15.7 <div><div>Heinz<br><div><br><br><br><img id="gmail-m_-1257481729985140827166FCD0A-1CC3-4E44-B63A-8BC97ECD5928" src="cid:17e2544d1805b206ef61"><br><blockquote type="cite">On 04.01.2022, at 09:29, P M <<a href="mailto:p.muehlmann@gmail.com" target="_blank">p.muehlmann@gmail.com</a>> wrote:<br><br>width = 900;<br>height = 1500;<div><br></div><div><br></div><br>x = linspace(1,width,width)<br>y = linspace(1,height, height);<div><br></div><div><br></div><br>for i = 1:width<div><br></div><div>    </div>for j = 1:height<div><br></div><div>        </div>z(i,j) = x(i)+y(j)<div><br></div><div>    </div>end<br>end<div><br></div><div><br></div><br>//// normalization if necessary<br>//zMin = min(z);<br>//z = z - zMin;<br>//zMax = max(z);<br>//z = z .* 255 ./ zMax;<div><br></div><div><br></div><br>f = figure();<br>f.background = 256;<br>f.color_map  = hotcolormap(256);<br>surf(x,y,z');<br>e = gce();<br>e.thickness = 0<br>printf("Reached end of code\n");<br></blockquote><br></div></div></div></div></div></blockquote></div>