3D plotting
and contour
plotting
Areej Fatima
3D plotting
• 3D plot are generated from data defined as Z=f(X,Y).
• As for 2D plots, there are many ways to obtain a 3D plot depending on the way the
(X,Y,Z) values are defined.
Presentation title 20XX 2
Code
Presentation title
• Plot3D [] .. This is the main code for 3D plotting
• Plot3D [equation/function , {variable,
min,max},{var,min,max}]
• Consult Mathematica files for examples.
20XX 3
Contour plot
Presentation title
A contour plot is a graphical technique for
representing a 3-dimensional surface by
plotting constant z slices, called contours, on
a 2-dimensional format. That is, given a
value for z, lines are drawn for connecting
the (x,y) coordinates where that z value
occurs.
20XX 4
Example
Presentation title 20XX 5
Code
Presentation title
• ContourPlot [] .. This is the main code for 3D plotting
• ContourPlot[equation/function , {variable,
min,max},{var,min,max}]
• Consult Mathematica files for examples.
20XX 6
The way to get
started is to quit talking
and begin doing.
Walt Disney
Presentation title 20XX 7
Thank you
Areej Fatima
Presentation title 20XX 8

3D plotting and contour plotting.pptx