Question: How can I export a plot modified through context panel as a statement?

Hi,

I'm able to 

1) Display a plot using 

display(plot(x2, x = 0 .. 10))

2) Modify the created plot using the Context Panel and change the horizontal axis range to -5 to 10

but how can I:

3) Save the modified plot as an expression statement with which I can replace my display expression, in order to save the modified plotting expression before reexecuting the document?

Please Wait...