why rectangle in the graph and layout has different position?

I plot a dotted rectangle in the graph. After I append the graph to the layout, the relative position of the rectangle changes.
Is this usual or I made it in a wrong way?

many thanks!
Use axis coordinates for your rectangle.

Execute this command to read the relevant help.


DisplayHelpTopic "Drawing Coordinate Systems"

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
JimProuty wrote:
Use axis coordinates for your rectangle.

Execute this command to read the relevant help.


DisplayHelpTopic "Drawing Coordinate Systems"

--Jim Prouty
Software Engineer, WaveMetrics, Inc.

Thank you Jim.

I change the dotted rectangle from relative to plot relative. And this is what I meet. still not work. Difference is I just need to modify the rectangle to another position.
1_4.jpg 1_4.jpg 1_4.jpg
You need to plot relative to your axes. Y goes to the left axis and X goes to bottom axis. These will resize properly in the layout.