Guest User

Untitled

a guest
Dec 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. begin{figure}
  2. centering
  3. begin{tikzpicture}
  4. begin{axis}[xmin=0, xmax=10, ymin=0, ymax=4]
  5. addplot[thick] {{0}};
  6. addplot[thick] {{1}};
  7. end{axis}
  8. end{tikzpicture}
  9. end{figure}
Add Comment
Please, Sign In to add comment