Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass{tufte-book}
  2. usepackage{lipsum,pgfplots}
  3.  
  4. begin{document}
  5. chapter{Data Visualization}
  6. lipsum[66]
  7. begin{center}
  8. textsf{remperature color{red} 37.1}
  9. end{center}
  10. lipsum[66]
  11. begin{center}
  12. begin{tikzpicture}
  13. begin{axis}[view={55}{45},width=.7linewidth,height=6cm,axis lines=none]
  14. addplot3[surf, samples=41, domain=0:360] {sin(x)*sin(y)};
  15. end{axis}
  16. end{tikzpicture}
  17. end{center}
  18.  
  19. lipsum[66]
  20.  
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement