Skip to content

Instantly share code, notes, and snippets.

@pseudo-usama
Created July 28, 2020 10:57
Show Gist options
  • Save pseudo-usama/504b714e173d42e8beed55e1b116b930 to your computer and use it in GitHub Desktop.
Save pseudo-usama/504b714e173d42e8beed55e1b116b930 to your computer and use it in GitHub Desktop.
f[x_,y_]:=x^2 y+Sin[y]
Plot3D[f[x,y], {x,-10,10},{y,-10,10}, PlotRange->10, ClippingStyle->None,ImageSize->Medium]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment