# Plot Data Over Time

**URL:** https://discourse.paraview.org/t/plot-data-over-time/2731
**Category:** ParaView Support
**Created:** [October 8, 2019, 6:41pm UTC](https://discourse.paraview.org/t/plot-data-over-time/2731 "2019-10-08T18:41:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kai\_himself](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kai_himself/32/280_2.png) [@Kai\_himself](https://discourse.paraview.org/u/Kai_himself)
#### Post date: [October 8, 2019, 6:41pm UTC](https://discourse.paraview.org/t/plot-data-over-time/2731/1 "2019-10-08T18:41:12Z")

</div>

Hey,  
i would like to plot data over time, it shall be represented the increasing height of an alphaphase.  
In this [Thread](https://discourse.paraview.org/t/measure-exact-the-alpha-phase-1-level/2611/8) Cory showed me, how to set up a python annotation to mesaure the hight.  
Is it possbile to show the course of the increase in a plot ?

 ![Paraview](https://discourse.paraview.org/uploads/default/original/2X/b/b66b2e5dbb31a8901d69305e424c1ff1ccb49b4e.jpeg)  
I tried to add a the filter PlotDataOverTime, but its shows a CasePath ?!  
What kind of data is this ?! Furthermore i got only 19 time steps, it shows about 120 ?  
How can i display the height ?

Best regards  
Kai

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [October 8, 2019, 8:19pm UTC](https://discourse.paraview.org/t/plot-data-over-time/2731/2 "2019-10-08T20:19:22Z")

</div>

You’ll need to save the height to a FieldData array using a **Programmable Filter** as I showed in [Measure exact the alpha.phase 1 level](https://discourse.paraview.org/t/measure-exact-the-alpha-phase-1-level/2611/6).
