projects
/
scilab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3075b31
)
Remove a pixmap from example on help page for xpause
87/10587/1
Stanislav KROTER [Wed, 20 Feb 2013 05:37:47 +0000 (10:37 +0500)]
Change-Id: Iff7f4cf5aab4e2a78fd19fda0a54e8d12a15a931
scilab/modules/graphics/help/en_US/xpause.xml
patch
|
blob
|
history
diff --git
a/scilab/modules/graphics/help/en_US/xpause.xml
b/scilab/modules/graphics/help/en_US/xpause.xml
index
aff43fe
..
de053b1
100644
(file)
--- a/
scilab/modules/graphics/help/en_US/xpause.xml
+++ b/
scilab/modules/graphics/help/en_US/xpause.xml
@@
-46,7
+46,7
@@
t=[0:0.3:2*%pi]';
z=sin(t)*cos(t');
plot3d1(t,t,z)
-f=gcf();f.pixmap='on';
+f=gcf();
for h=0:0.1:1
hsv=[h*ones(32,1) linspace(0,1,32)' 0.7*ones(32,1)];
f.color_map=hsv2rgb(hsv);