Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Button["Esporta", SetSystemOptions["CacheOptions" -> {"Symbolic" -> False}];
  2. SelectionMove[ButtonNotebook[], All, GeneratedCell];
  3. NotebookDelete[ButtonNotebook[]]; Module[{},
  4. p := Plot[Sin[x], {x, 0, 2 Pi}];
  5. Export[SystemDialogInput["FileSave", "grafico.jpg"], p, ImageResolution -> 200];
  6. ], Method -> "Queued"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement