Contact
Mentors
Assignments
FAQ
Tech Help
Advice
Photos
|
|
Plotting simple graphs using Mathematica
To plot a function in Mathematica use the Plot command
If you wish to plot a data set of ordered pairs, enter the points into
Mathematica as a list of ordered pairs of the form {x,y}
and use the ListPlot command If your data are not recorded as ordered pairs you can combine them
in Mathematica
To export your graph to a PDF use the Export command
To see what options are available with the commands, use the
Options command To make a bar chart, you must include the Barchart package. |
|
|