<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=新細明體>Hi~&nbsp; I have some problems to show the x-y-value 
(carpet) plot.</FONT></DIV>
<DIV><FONT face=新細明體>The original VTK file format seems not support the 
following carpet plot (if I am wrong, please tell me):</FONT></DIV>
<DIV><FONT face=新細明體>x, y, z1, z2, z3</FONT></DIV>
<DIV><FONT face=新細明體>x, y, z1, z2, z3</FONT></DIV>
<DIV><FONT face=新細明體>...</FONT></DIV>
<DIV><FONT face=新細明體>x and y are the coordinates of the point, 
z1,z2,z3...are&nbsp;the scalar data from the 2D simulator.</FONT></DIV>
<DIV><FONT face=新細明體>To display the simulated results in carpet style from 
original VTK file, the z-axis should be dummy value, and </FONT><FONT 
face=新細明體>replace the z-axis data with </FONT><FONT face=新細明體>scalar 
data</FONT><FONT face=新細明體>. </FONT></DIV>
<DIV><FONT face=新細明體>For example, if the point data and scalar data 
are:</FONT></DIV>
<DIV><FONT face=新細明體>+++++++++++++++++++++++</FONT></DIV>
<DIV><FONT face=新細明體>POINTS&nbsp;&nbsp; 4&nbsp;&nbsp; double<BR>0.0 0.0 
0.0&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV><FONT face=新細明體>0.0 1.0 0.0&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=新細明體>1.0 0.0 0.0&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=新細明體>1.0 1.0 0.0<BR></FONT></DIV></FONT>
<DIV><FONT face=新細明體>POINT_DATA 4<BR>SCALARS&nbsp; scalars&nbsp; double 
1<BR>LOOKUP_TABLE default<BR>1.0&nbsp;&nbsp;&nbsp; 2.0&nbsp;&nbsp;&nbsp; 
3.0&nbsp;&nbsp;&nbsp; 4.0</FONT></DIV>
<DIV><FONT face=新細明體></FONT><FONT face=新細明體>+++++++++++++++++</FONT></DIV>
<DIV><FONT face=新細明體>How can I replace z-axis by scalars to get the carpet 
dataset such as: </FONT></DIV>
<DIV><FONT face=新細明體></FONT>&nbsp;</DIV>
<DIV><FONT face=新細明體>
<DIV><FONT face=新細明體>POINTS 4 double<BR>0.0 0.0 1.0&nbsp;&nbsp;&nbsp;&nbsp; 
</DIV>
<DIV><FONT face=新細明體>0.0 1.0 2.0&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=新細明體>1.0 0.0 3.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;--- z axis 
are replaces by "scalars".</FONT></DIV>
<DIV><FONT face=新細明體>1.0 1.0 4.0<BR></FONT></DIV></FONT></FONT></DIV>
<DIV><FONT face=新細明體>Thx ~</FONT></DIV>
<DIV><FONT face=新細明體></FONT>&nbsp;</DIV></BODY></HTML>