Guest User

Untitled

a guest
Nov 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. SetOptions[EvaluationNotebook[],
  2. StyleDefinitions -> Notebook[{
  3. Cell[StyleData[StyleDefinitions -> "Default.nb"]],
  4. Cell[StyleData["Graphics", All], FontFamily -> "Times"]
  5. },
  6. StyleDefinitions -> "PrivateStylesheetFormatting.nb"]
  7. ]
  8.  
  9. SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]
  10.  
  11. plot1 = DensityPlot[x, {x, -1, 1}, {y, -1, 1}, PlotLabel -> "Plot 1"]
  12. plot2 = DensityPlot[x, {x, -1, 1}, {y, -1, 1}, PlotLabel -> "Plot 2", PlotLegends -> Automatic]
Add Comment
Please, Sign In to add comment