Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. inset = Inset[
  2. Plot[u^2, {u, 0.05, 0.25}, Frame -> True,
  3. FrameTicks -> {{None, All}, {None, All}} , ImageSize -> 150],
  4. Scaled[{0.5, 0.7}]];
  5. Show[Plot[x^2, {x, -1, 1}, Frame -> True, Axes -> False,
  6. Epilog -> {inset}],
  7. Graphics[{FaceForm[], EdgeForm[Black],
  8. Rectangle[{0.05, 0}, {0.25, 0.06}], Dashed, GrayLevel[0.5],
  9. Line[{{0.05, 0.06}, {-0.42, 0.5}}],
  10. Line[{{0.25, 0.06}, {0.3, 0.49}}]}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement