Mathematica Mini Memo – Exporting Graphics
Posted May21-12 at 04:28 PM by ChristinaJ
Tags mathematica
To export a plot, assign a variable to the plot; for example graph1=ListPlot[c], and then export using Export["filename.jpg",graph1] to save the plot as a jpeg, with the chosen file name, in whichever folder is set as default in Mathematica’s properties (to set the target directory type SetDirectory["dir"] or place the full file path in the Export function).
Total Comments 0


