Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. is = 5 72;
  2. pp = Column[
  3. Table[{
  4. Row[{Plot[Sin[n t], {t, 0, 5 π}, ImageSize -> is,
  5. PlotStyle -> Red],
  6. Plot[Haversine[n t], {t, 0, 5 π}, ImageSize -> is,
  7. PlotStyle -> Blue]}]
  8. }, {n, 5}]
  9. ]
  10.  
  11. Export["Fig.pdf", pp]
  12.  
  13. SetOptions["stdout", PageWidth -> Infinity]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement