    

 ## On this page

  

 

 # copy\_plot

 Last update: 16.07.2025 

<a id="compolyx.plot_data.LayupPlotDict.copy_plot"></a>

#### LayupPlotDict.copy\_plot(source)

Copy a plot object.

- **Parameters:**
    - source: Plot object to be copied.
- **Returns:**Object of the plot duplicate.

**Examples:**: Make a copy of the thickness plot “My\_Thickness\_Plot”:

```default
&gt;&gt;&gt; plot_copy = db.active_model.layup_plots.copy_plot( db.active_model.layup_plots['My_Thickness_Plot'] )

```