Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. begin{tikzpicture} begin{axis}[scatter/classes={
  2. a={mark=square*,blue},%
  3. b={mark=triangle*,red},%
  4. c={mark=o,draw=black}}]
  5. addplot[scatter,only marks,
  6. scatter src=explicit symbolic]
  7. coordinates {
  8. (0.1,0.15) [a]
  9. (0.45,0.27) [c]
  10. (0.02,0.17) [a]
  11. (0.06,0.1) [a]
  12. (0.9,0.5) [b]
  13. (0.5,0.3) [c]
  14. (0.85,0.52) [b]
  15. (0.12,0.05) [a]
  16. (0.73,0.45) [b]
  17. (0.53,0.25) [c]
  18. (0.76,0.5) [b]
  19. (0.55,0.32) [c]};
  20. end{axis}
  21. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement