[Scilab-users] surf and %nan

Rafael Guerra jrafaelbguerra at hotmail.com
Thu Nov 23 17:23:33 CET 2017


This should fix some of Germany's problems:


[a,b] = size(asc_data);
x = 1:a;
y = 1:b;
grayplot(x,y,asc_data)
a=gca();
a.rotation_angles=[0 0];
f=gcf();
f.color_map=hotcolormap(64);



[cid:image003.jpg at 01D3647F.C8497D80]

From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Richard llom
Sent: Thursday, November 23, 2017 4:21 PM
To: users at lists.scilab.org
Subject: Re: [Scilab-users] surf and %nan



Actually, I still have a hard time to properly display germany.



a = 1:size(asc_data,1);

b = 1:size(asc_data,2);

grayplot(a,b,asc_data)

neither

grayplot(b,a,asc_data')



puts it in the right direction...?



Reference:

https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Deutschland_topo.jpg/800px-Deutschland_topo.jpg



Regarding the bug I will do some further investigations first.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20171123/f105ffa5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 16927 bytes
Desc: image003.jpg
URL: <https://lists.scilab.org/pipermail/users/attachments/20171123/f105ffa5/attachment.jpg>


More information about the users mailing list