Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. begin{figure}
  2. centering
  3. subfloat[Fig 1]{
  4. begin{tikzpicture}[trim axis left,trim axis right]
  5. begin{axis}[
  6. grid=major,
  7. scaled ticks=false,
  8. x post scale={0.8},
  9. y post scale={1.25},
  10. xmin=1,xmax=5,
  11. ymin=0,ymax=0.07,
  12. tick label style={/pgf/number format/fixed},
  13. ylabel style={rotate=-90},
  14. xlabel={r},
  15. ylabel={$displaystyle frac{V_{test}}{V_{x}}$},
  16. legend cell align=left,
  17. legend entries={,$Psi=0$,,$Psi=2pi$,,$Psi=4pi$}
  18. ]
  19.  
  20. addplot [thick, blue] table [col sep=comma] {test.csv};
  21. end{axis}
  22. end{tikzpicture}
  23. }
  24. hfill
  25. subfloat[Fig 2]{
  26. begin{tikzpicture}[trim axis left,trim axis right]
  27. begin{axis}[
  28. grid=major,
  29. scaled ticks=false,
  30. x post scale={0.8},
  31. y post scale={1.25},,
  32. xmin=1,xmax=5,
  33. ymin=0,ymax=0.07,
  34. tick label style={/pgf/number format/fixed},
  35. ylabel style={rotate=-90},
  36. xlabel={r},
  37. ylabel={$displaystyle frac{V_{test}}{V_{x}}$},
  38. legend cell align=left,
  39. legend entries={,$Psi=0$,,$Psi=2pi$,,$Psi=4pi$}
  40. ]
  41. addplot [thick, olive] table [col sep=comma] {test.csv};
  42. end{axis}
  43. end{tikzpicture}
  44. }
  45. caption{Sample image}
  46. end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement