document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \\begin{tikzpicture}
  2. \\begin{axis}[]
  3.   \\addplot3[surf,shader=flat,       % gambar 2
  4.   samples=20,
  5.   domain=-1:2,y domain=0:2*pi,
  6.   z buffer=sort]
  7.   (x,{(x^3-x^2-6*x)*cos(deg(y))}, {(x^3-x^2-6*x)*sin(deg(y))});
  8. \\end{axis}
  9. \\end{tikzpicture}
');