[scilab-Users] Problem when plotting under windows with Scilab v5.3 beta4

Peter.Cusack at csiro.au Peter.Cusack at csiro.au
Tue Nov 2 23:05:51 CET 2010


It works fine under 5.2, Hubert. What is missing from your plot? Is it repeatable?

Cheers;

Peter

From: Hubert Dupond [mailto:glaytozen at gmail.com]
Sent: Monday, 1 November 2010 03:51
To: users at lists.scilab.org
Subject: [scilab-Users] Problem when plotting under windows with Scilab v5.3 beta4

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/20101103/30f56ca8/attachment.htm>


More information about the users mailing list