Guest User

Untitled

a guest
Nov 27th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[pstricks,border=1cm]{standalone}
  2. begin{document}
  3. psset{linewidth=1cm,linestyle=dashed,linecolor=blue,fillstyle=solid,fillcolor=yellow}
  4.  
  5. begin{pspicture}[showgrid=b](-4,-4)(4,4)
  6. pscircle[dimen=i](0,0){3}
  7. end{pspicture}
  8.  
  9. begin{pspicture}[showgrid=b](-5,-5)(5,5)
  10. pscircle[dimen=i](0,0){3}
  11. end{pspicture}
  12.  
  13. begin{pspicture}[showgrid=b](-6,-6)(6,6)
  14. pscircle[dimen=i](0,0){3}
  15. end{pspicture}
  16. end{document}
Add Comment
Please, Sign In to add comment