Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[]{standalone}
  2. usepackage{pgf,tikz,pgfplots}
  3. usetikzlibrary{calc,positioning}
  4. pgfplotsset{compat=1.15}
  5.  
  6. begin{document}
  7. begin{tikzpicture}
  8. draw node[draw,minimum width=2cm, minimum height=15mm},label=Test] {};
  9. begin{scope}[x=0.016cm,y=8,shift={(-0.8cm,0cm)}]
  10. draw[thick] (0,0) plot[domain=0:100,samples=30,mark=none] ({x},{sin(2*pi*x)});
  11. end{scope}
  12. end{tikzpicture}
  13. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement