Copy a graph from one page to another

I have a little bit of a problem when I try to copy a graph based on a student’s input.
this is what I wrote:
background: graphLayer(graph1.calculatorState)
bounds: graph1.bounds

It doesn’t copy the pen marks that the student marked with his cursor.
Is there a way to mirror the exact graph with all of it’s components?

Sounds like you’re talking about a sketch (with a graph)? Something like this:

background: layerStack(graphLayer(graph3.calculatorState),sketchLayer(sketch31.sketch))

You can use this method to copy multiple sketches and graphs. Labels will not be transferred, and be mindful of your bounds.