Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. begin{tikzpicture}
  2.  
  3. begin{axis}[%
  4. width=4.585in,
  5. height=3.481in,
  6. at={(0.769in,0.47in)},
  7. scale only axis,
  8. xmin=-8.99723178213376,
  9. xmax=73.9972317821338,
  10. xmajorgrids,
  11. y dir=reverse,
  12. ymin=1,
  13. ymax=64,
  14. ymajorgrids,
  15. hide axis,
  16. axis x line*=top,
  17. axis y line*=left
  18. ]
  19.  
  20. addplot[%
  21. surf,
  22. shader=flat,colormap={mymap}{[1pt] rgb(0pt)=(0.0416667,0,0); rgb(23pt)=(1,0,0); rgb(47pt)=(1,1,0); rgb(56pt)=(1,1,0.5625)},mesh/rows=64]
  23. table[row sep=crcr, point meta=thisrow{c}] {%
  24. %
  25. x y c\
  26. 1 1 0.125\
  27. 1 2 0.125\
  28. 1 3 0.125\
  29.  
  30. ...
  31.  
  32. 64 63 -0.0883883476483184\
  33. 64 64 0\
  34. };
  35. end{axis}
  36. end{tikzpicture}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement