Rate this Entry
 

Mathematica Mini Memo – Exporting Graphics

Posted May21-12 at 04:28 PM by ChristinaJ

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).
Posted in Uncategorized
Views 1153 Comments 0 Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments