    

 ## On this page

  

 

 # remove\_data\_scope\_entity

 Last update: 16.07.2025 

<a id="compolyx.plot_data.ContourData.remove_data_scope_entity"></a>

#### ContourData.remove\_data\_scope\_entity(entity)

Remove 1 entity to the Data Scope of a plot.

- **Parameters:**
    - entity: Entity to be removed. Applicable are `Element Set`, `Oriented Selection Set`, `Modeling Ply`, `Production Ply`, `Analysis Ply`, and `Sampling Point`.

**Example:**: Remove the Element Set “My\_ESet” from my\_plot:

```default
&gt;&gt;&gt; my_plot.remove_data_scope_entity(entity = db.active_model.element_sets['My_ESet'])

```