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

Francis Drossaert Francis.Drossaert at pgs.com
Tue Nov 2 10:45:26 CET 2010


A bit difficult to tell without knowing what are you missing? But it looks fine on my LINUX-64bit.


From: Hubert Dupond [mailto:glaytozen at gmail.com]
Sent: 31 October 2010 16: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()


This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20101102/f97331c5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f0.png
Type: image/png
Size: 8326 bytes
Desc: f0.png
URL: <https://lists.scilab.org/pipermail/users/attachments/20101102/f97331c5/attachment.png>


More information about the users mailing list