Le 13/05/2015 08:08, Philipp Mühlmann a écrit :
I have also noticed that I cannot change the position of a title, x-
or y-label in-between specific drawlater/drawnow.

If you know where to place x-y-label

What about:

a = gca()
a.x_label.position =
a.y_label.position =

works great or me.
My mistake and apologize to Stefan. I was wondering about exact positioning from the axis border.
Now back to the game:

if I place

delete(e1);
delete(e2);

in between drawlater() / drawnow() ...I don't see the xpolys at
all...where is my thinking error?
I may miss something again, but when they are in their own drawnlater/drawnow pair -- not the one used for plotting --, it seems to work.

Samuel

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to