Guest User

Untitled

a guest
Jun 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. Plot[x, {x, 0, 100}, Axes -> False,
  3. Frame -> {True, True, True, True},
  4. FrameTicks -> {{None, All}, {All, None}}, AspectRatio -> 5/16,
  5. ImageSize -> {600, Automatic}]
  6. ,
  7. Plot[x^2, {x, 0, 100}, Axes -> False,
  8. Frame -> {True, True, True, True},
  9. FrameTicks -> {{None, All}, {All, None}}, AspectRatio -> 5/16,
  10. ImageSize -> {600, Automatic}]
  11. }
Add Comment
Please, Sign In to add comment