# Assign a custom vtkRenderWindowInteractor to a view

**URL:** https://discourse.paraview.org/t/assign-a-custom-vtkrenderwindowinteractor-to-a-view/12699
**Category:** Development
**Created:** [August 14, 2023, 2:57pm UTC](https://discourse.paraview.org/t/assign-a-custom-vtkrenderwindowinteractor-to-a-view/12699 "2023-08-14T14:57:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mathews\_John](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/m/d07c76/32.png) [@Mathews\_John](https://discourse.paraview.org/u/Mathews_John)
#### Post date: [August 14, 2023, 2:57pm UTC](https://discourse.paraview.org/t/assign-a-custom-vtkrenderwindowinteractor-to-a-view/12699/1 "2023-08-14T14:57:27Z")

</div>

I made a custom filter in Python to plot data and interact with the data. However, the filter ends up calling the PlotData() filter within itself to achieve this. Is there a way to create a view and assign a custom interactor to it? I think doing so should enable me to just use the PlotData() filter with this new view to achieve the same.
