<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939"></HEAD>
<BODY>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>Dear 
All</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>In the following 
example, how can i :</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>- have 2 polylines 
with 2 differnte color ?</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>- add the legends 
?</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>All my attempts 
failed</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>Thanks for any 
help</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010>Paul</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010>PS : <SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><FONT color=#000000>the following (if it's added) 
failed</FONT></SPAN></SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial><SPAN class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><FONT color=#000000>e.children(1) = 1 // color of the 
1rst line</FONT></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial><SPAN class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><FONT color=#000000>e.children(2) = 3 // color of the 
2nd line</FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial><SPAN class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><FONT color=#000000>legends(['TRACTION' 
'DROITE'],opt=2)</FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial><SPAN class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial><SPAN 
class=388452110-23082010>########################################################################</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=388452110-23082010></SPAN></FONT><FONT 
color=#000000 size=2 face=Arial><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt">  
drawlater();<BR>  xgrid(3);<BR>  f = 
gcf();            <BR>  
f.figure_size = [1000, 1000];      <BR>  
f.background = color(245,245,245);     <BR>  a = 
gca();          <BR>  
a.font_size = 
2;          <BR>  
a.x_label.text = "Epsilon " + string(type_deformation) + " 
[-]";    <BR>  a.x_label.font_size = 
4;       <BR>  a.y_label.text = "Sigma 
[MPa]";    <BR>  a.Y_label.font_size = 4;<BR>  if 
(choix_titre == 1) then<BR>   a.title.text = ("Resultat TRACTION sur " 
+ string(nom_mat) + " + module d''Young");  <BR>   
a.title.font_size = 5;<BR>  end<BR>  a.line_style = 
1;         </SPAN></FONT></DIV>
<DIV>
<DIV align=left>
<P><FONT color=#000000 size=2 face=Arial><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt">  
plot(TRACTION_FIG(:,3),TRACTION_FIG(:,4),line_style=1)<BR>  
plot(TRACTION_YOUNG(:,1),TRACTION_YOUNG(:,2),line_style=2)<BR>  e = 
gce()            <BR>  
e<BR>  p = 
e.children          <BR>  
p.thickness = 2 ;<BR>  p.line_style = 1;<BR>  
drawnow();</SPAN></FONT></P>
<P><FONT size=2 face=Arial><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"></SPAN></FONT> </P>
<P><FONT size=2 face=Arial><SPAN 
style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"></SPAN></FONT> </P>
<P><SPAN style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"><SPAN 
class=388452110-23082010><FONT 
color=#000000></FONT></SPAN></SPAN> </P></DIV></DIV></BODY></HTML>

<pre>--------------------------------------------------------------------------------


Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.