Problem when plotting under windows with Scilab v5.3 beta4

Hubert Dupond glaytozen at gmail.com
Sun Oct 31 17:51:20 CET 2010


Hi,

I have a problem when I execute this routine under Scilab v5.3 beta 4 under
windows XP v3 (screen resolution 1280x800).  A part of the plot is missing.

Someone could tell me if this is already an "official bug"?

Does this bug will be fixed in the final version of Scilab v5.3?

Thank you.


CODE :

clear; close; clc;

t = linspace(0,61.443281,393267);

Z = 750*sin(2.*%pi.*0.25.*t);

drawlater()

  plot2d(t,Z,style=color('red'));

 a=gca();who
 a.x_label.font_size = 2;
 a.y_label.font_size = 2;
 a.title.font_size   = 4;
 a.font_size         = 2;

 a.sub_tics          = [5,4];
 a.labels_font_color = 1;
 id = color(200,200,200);
 a.grid               = [id,id];
 a.parent.figure_size = [800,600];
 a.parent.figure_position = [0,0];
 a.box = "on";

 a.x_label.text="Time [s]";
 a.x_label.font_style = 6;
 a.x_label.font_size  = 4;
 a.y_label.text="Amplitude";
 a.y_label.font_style = 6;
 a.y_label.font_size  = 4;

drawnow()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20101031/88cd3f7b/attachment.htm>


More information about the users mailing list