Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. begin{tikzpicture}
  2. begin{axis}[hide axis]
  3. addplot [color=red,solid,forget plot]
  4. (0,0);label{hwplot1}
  5. addplot[color=brown,solid,mark=o,mark options={solid},forget plot]
  6. (0,0);label{Blomhoff}
  7. end{axis}
  8. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement