Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. begin{tikzpicture}
  2. begin{axis}[axis lines=middle]
  3. addplot [
  4. jump mark mid,
  5. domain=-3:3,
  6. samples=100,
  7. very thick, red
  8. ] {floor(3*x)+2};
  9. end{axis}
  10. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement