# render view spacing

**URL:** https://discourse.paraview.org/t/render-view-spacing/5778
**Category:** ParaView Support
**Created:** [November 12, 2020, 11:06am UTC](https://discourse.paraview.org/t/render-view-spacing/5778 "2020-11-12T11:06:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![hulli](https://discourse.paraview.org/user_avatar/discourse.paraview.org/hulli/32/8195_2.png) [@hulli](https://discourse.paraview.org/u/hulli)
#### Post date: [November 12, 2020, 11:06am UTC](https://discourse.paraview.org/t/render-view-spacing/5778/1 "2020-11-12T11:06:03Z")

</div>

Hi,  
I want to save a screenshot of 5 two-dimensional slices of five different models (I linked the camera etc.). But I wonder, how one can set the spacing between each render view so at the end each plot has the same dimensions. I tried that by moving the line between the render views but this is not exact. Also, I tried the comparative render view, however this seems not solve my issue having 5 different vtk files…  
Any help is appreciated … BEST H

---

<div class="post-metadata">

### Author: ![\_Marco](https://discourse.paraview.org/user_avatar/discourse.paraview.org/_marco/32/5242_2.png) [@\_Marco](https://discourse.paraview.org/u/_Marco)
#### Post date: [November 12, 2020, 1:56pm UTC](https://discourse.paraview.org/t/render-view-spacing/5778/2 "2020-11-12T13:56:15Z")

</div>

Hi.

I am not the most experienced PV user but have you tried using the **Transforming** facility? That allows rotation, translation, scale reduction and re-orientation. Once your camera is linked, you could place each view with the right translation and animate the results…

Hope this solves your problem.

cheers

---

<div class="post-metadata">

### Author: ![hulli](https://discourse.paraview.org/user_avatar/discourse.paraview.org/hulli/32/8195_2.png) [@hulli](https://discourse.paraview.org/u/hulli)
#### Post date: [November 12, 2020, 3:09pm UTC](https://discourse.paraview.org/t/render-view-spacing/5778/3 "2020-11-12T15:09:57Z")

</div>

> [@\_Marco](#):
>
> **Transforming**

Hi Marco,  
thanks a lot for your answer. That is a great idea, however after trying it does not exactly solve my problem. Basically I need some kind of handle to scale the reder views. I am trying that with the track option and look at the phyton code and try to recpolcate this into a little macro … However, this somewhat sucks … so I was wondering if there is some sort of a workarround … Thank you for your help

---

<div class="post-metadata">

### Author: ![\_Marco](https://discourse.paraview.org/user_avatar/discourse.paraview.org/_marco/32/5242_2.png) [@\_Marco](https://discourse.paraview.org/u/_Marco)
#### Post date: [November 12, 2020, 3:22pm UTC](https://discourse.paraview.org/t/render-view-spacing/5778/4 "2020-11-12T15:22:04Z")

</div>

Hi.

not sure if what follows can help but if you are trying to write a macro, I did something similar using a programmable filter: for each time-step I could read in a netcdf file, manipulate the coordinates (transformation and reassignment of coordinates) and visualize.

I have posted the content of that programmable filter on [one of my previous posts](https://discourse.paraview.org/t/time-varying-auxiliary-coordinates-are-lost-when-merging-files-in-xarray/5709).

Hope this is can contribute solving your problem. Good luck

---

<div class="post-metadata">

### Author: ![hulli](https://discourse.paraview.org/user_avatar/discourse.paraview.org/hulli/32/8195_2.png) [@hulli](https://discourse.paraview.org/u/hulli)
#### Post date: [November 12, 2020, 4:35pm UTC](https://discourse.paraview.org/t/render-view-spacing/5778/5 "2020-11-12T16:35:28Z")

</div>

Hi,

thank you so much … I will try that … Nice SWASH model by the way … Looks cool … Best H
