Hi,<br><br>Sorry. I though I send the picture file too. The last part of the x scale and the signal are missing. I'm on windows XP SP3.<br><br>Does it help  ?<br><br>Guillaume<br><br><div class="gmail_quote">2010/11/2 Francis Drossaert <span dir="ltr"><<a href="mailto:Francis.Drossaert@pgs.com" target="_blank">Francis.Drossaert@pgs.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-GB">

<div>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">A bit difficult to tell without knowing what are you missing?
But it looks fine on my LINUX-64bit.</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0cm 0cm;">

<p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> Hubert Dupond [mailto:<a href="mailto:glaytozen@gmail.com" target="_blank">glaytozen@gmail.com</a>] <br>


<b>Sent:</b> 31 October 2010 16:51<br>
<b>To:</b> <a href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a><br>
<b>Subject:</b> [scilab-Users] Problem when plotting under windows with Scilab
v5.3 beta4</span></p>

</div><div><div></div><div>

<p class="MsoNormal"> </p>

<p class="MsoNormal" style="margin-bottom: 12pt;">Hi,<br>
<br>
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. <br>
 <br>
Someone could tell me if this is already an "official bug"?<br>
<br>
Does this bug will be fixed in the final version of Scilab v5.3?<br>
<br>
Thank you.<br>
<br>
<br>
CODE : <br>
<br>
clear; close; clc;<br>
<br>
t = linspace(0,61.443281,393267);<br>
<br>
Z = 750*sin(2.*%pi.*0.25.*t);<br>
<br>
drawlater()<br>
<br>
  plot2d(t,Z,style=color('red')); <br>
<br>
 a=gca();who<br>
 a.x_label.font_size = 2;<br>
 a.y_label.font_size = 2;<br>
 a.title.font_size   = 4;<br>
 a.font_size         = 2;<br>
<br>
 a.sub_tics          = [5,4];<br>
 a.labels_font_color = 1;<br>
 id = color(200,200,200);<br>
 a.grid              
= [id,id];<br>
 a.parent.figure_size = [800,600];<br>
 a.parent.figure_position = [0,0];<br>
 a.box = "on";<br>
<br>
 a.x_label.text="Time [s]";<br>
 a.x_label.font_style = 6;<br>
 a.x_label.font_size  = 4;<br>
 a.y_label.text="Amplitude";<br>
 a.y_label.font_style = 6;<br>
 a.y_label.font_size  = 4;<br>
<br>
drawnow()<br>
<br>
</p>

</div></div></div>

<br>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.
  ­­  </div>


</blockquote></div><br>