Guest User

Untitled

a guest
Nov 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass[12pt]{book}
  2. usepackage{tikz,pgfplots}
  3. pgfplotsset{compat=1.3,width=10cm}
  4. pgfkeys{/pgf/number format/.cd,set decimal separator={,}}
  5. begin{document}
  6. begin{tikzpicture}
  7. begin{semilogxaxis}[grid=both,enlarge x limits=false,scale only axis,width=8.5cm,height=6cm,ymin=1,ymax=1.5,tick style={draw=none}]
  8. addplot[color=black,mark=*,mark size=1pt]
  9. coordinates{(0.666667,1.21982)(1.49206,1.19949)};
  10. end{semilogxaxis}
  11. end{tikzpicture}
  12. end{document}
Add Comment
Please, Sign In to add comment