<div dir="ltr">Hi,<div><br></div><div>I am trying to create a plot of a time series. I read one file (0001) 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="   1402    452    352"/></div><div>      <Geometry GeometryType="VXVYVZ"></div><div>        <DataItem Dimensions="  352" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../VPfield_files/grid3dc_vxvyvz_VP.h5sp:/X</div><div>        </DataItem></div><div>        <DataItem Dimensions="  452" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../VPfield_files/grid3dc_vxvyvz_VP.h5sp:/Y</div><div>        </DataItem></div><div>        <DataItem Dimensions=" 1402" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../VPfield_files/grid3dc_vxvyvz_VP.h5sp:/Z</div><div>        </DataItem></div><div>      </Geometry></div><div>      <Attribute Name="u" AttributeType="Scalar" Center="Node"></div><div>        <DataItem Dimensions="  1402   452   352" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../VPfield_files/ufluct.0001.h5sp:/var3d</div><div>        </DataItem></div><div>      </Attribute></div><div>      <Attribute Name="w" AttributeType="Scalar" Center="Node"></div><div>        <DataItem Dimensions="  1402   452   352" NumberType="Float" Precision="4" Format="HDF"></div><div>         ../VPfield_files/wfluct.0001.h5sp:/var3d</div><div>        </DataItem></div><div>      </Attribute></div><div>   </Grid></div><div>  </Domain></div><div></Xdmf></div></div><div><br></div><div>and I create a XY plot of the data as shown below:</div><div><br></div><div><br></div><div><img src="cid:ii_i6wrhx3b0_14bec3020fa57afc" width="495" height="444"></div><div><br></div><div>I want to superimpose on the same plot the data from the other files (0002-0025). Because the grid files are large and there are many files in the series I would like to do it without loading all the data simultaneously because I would ran out of memory. Is there a way to do this efficiently?</div><div><br></div><div>Regards,</div><div><br></div><div>Nikos<br>​<br></div></div>