# How to get smooth line plot in paraview

**URL:** https://discourse.paraview.org/t/how-to-get-smooth-line-plot-in-paraview/12556
**Category:** ParaView Support
**Created:** [July 21, 2023, 12:33pm UTC](https://discourse.paraview.org/t/how-to-get-smooth-line-plot-in-paraview/12556 "2023-07-21T12:33:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Chhotelal](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/c/c5a1d2/32.png) [@Chhotelal](https://discourse.paraview.org/u/Chhotelal)
#### Post date: [July 21, 2023, 12:33pm UTC](https://discourse.paraview.org/t/how-to-get-smooth-line-plot-in-paraview/12556/1 "2023-07-21T12:33:49Z")

</div>

I am trying to make plot velocity vs length-wise, but the plot data is coming in the form of steps. Can you please tell me how can I get a smooth line plot?  
 ![solid v](https://discourse.paraview.org/uploads/default/original/2X/1/130ceefeeace57b933f0c12b7c5f341fb77b10c9.png)

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [July 21, 2023, 9:08pm UTC](https://discourse.paraview.org/t/how-to-get-smooth-line-plot-in-paraview/12556/2 "2023-07-21T21:08:56Z")

</div>

Are you making this plot with `Plot Over Line`? If so, it looks like you are doing it with cell-centered data. Try running the `Cell Data to Point Data` filter before `Plot Over Line`.

---

<div class="post-metadata">

### Author: ![Chhotelal](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/c/c5a1d2/32.png) [@Chhotelal](https://discourse.paraview.org/u/Chhotelal)
#### Post date: [July 22, 2023, 4:13am UTC](https://discourse.paraview.org/t/how-to-get-smooth-line-plot-in-paraview/12556/3 "2023-07-22T04:13:42Z")

</div>

I plot the Temporalstatics point data to an over-the-line plot. but the same plot is coming as shown below.  
then how can I get a smooth plot without any curve fitting?

 ![Screenshot 2023-07-22 094311](https://discourse.paraview.org/uploads/default/original/2X/a/a74b9ae7c557630545e6c1a2faf7da6e59a3e8c3.png)
