Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. inset = Plot[ x, {x, 1, 2}
  2. , Frame -> True
  3. ]
  4. A = Plot[ x^2 , {x, 1, 2}
  5. , Epilog -> { Inset[ inset, {1.5, 2.5}, {1, 1}, 0.5]}
  6. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement