<div dir="ltr">Hi,<div><br></div><div>I have a cartesian grid and two scalars U, W that I read into paraview as follows:</div><div><br></div><div><div><?xml version="1.0" ?></div><div><!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []></div><div><Xdmf xmlns:xi="<a href="http://www.w3.org/2003/XInclude">http://www.w3.org/2003/XInclude</a>" Version="2.2"></div><div>  <Information Name="MetaData" Value="ID-23454"/></div><div>  <Domain></div><div>    <Grid Name="Eulerian Grid" GridType="Uniform"></div><div>      <Topology TopologyType="3DRectMesh" NumberOfElements="   202   100   100"/></div><div>      <Geometry GeometryType="VXVYVZ"></div><div>        <DataItem Dimensions=" 100" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../grid3dc_vxvyvz_VP.h5sp:/X</div><div>        </DataItem></div><div>        <DataItem Dimensions=" 100" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../grid3dc_vxvyvz_VP.h5sp:/Y</div><div>        </DataItem></div><div>        <DataItem Dimensions=" 202" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../grid3dc_vxvyvz_VP.h5sp:/Z</div><div>        </DataItem></div><div>      </Geometry></div><div>      <Attribute Name="U" AttributeType="Scalar" Center="Node"></div><div>        <DataItem Dimensions="  202  100  100" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../oy_tmavg_cyl2car.h5sp:/var3d</div><div>        </DataItem></div><div>      </Attribute></div><div>      <Attribute Name="W" AttributeType="Scalar" Center="Node"></div><div>        <DataItem Dimensions="  202  100  100" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../oy_tmavg_cyl2car.h5sp:/var3d</div><div>        </DataItem></div><div>      </Attribute></div><div>   </Grid></div><div>  </Domain></div><div></Xdmf></div></div><div><br></div><div><br></div><div>I then multiply U*W using the calculator to get a new variable UW. What I want to do is create a scatter plot of the variable UW at a particular a slice in the domain where in the X-axis I have U variable and in the Y-axis I have W variable. The end result would like this</div><div><br></div><div><img src="cid:ii_i6vdtqt10_14be7374175d0a0e" width="459" height="447"><br>​<br></div><div>Paraview has a function called scatter plot but it only allows to specify one axis, the X-axis data. How can I specify the Y-axis to be a different variable?</div><div><br></div><div>Regards,</div><div><br></div><div>Nikos</div></div>