Advertisement
Guest User

Untitled

a guest
May 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. a = Import["fig.pdf"][[1]];
  2.  
  3. Graphics[{Circle[], Inset[x^2 + y^2 == 1, {0, 0}]}]
  4.  
  5. Graphics[{a, Inset[x^2 + y^2 == 1, {0, 0}]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement