Wieso erscheint y-Achse thick, obwohl nirgendswo thick angegeben? Open in Online-Editor
\documentclass[border=2pt]{standalone} \usepackage{pgfplots} \usepackage{amsmath, amssymb} \pgfplotsset{compat=1.10} \begin{document} \begin{tikzpicture} \begin{axis}[font=\footnotesize, title={\normalsize $s(t) = 20 - 10t + 100t^2 - 30t^3$ }, axis lines = middle, axis line style = {-latex}, % x xtick={0,1,...,5}, samples = 200, xmin = 0, xmax=4, % y ymin = 0, ymax=170, enlarge x limits={abs=0.5,upper}, enlarge y limits={abs=5,lower}, xlabel={ $t [\text{h}]$}, xlabel style={anchor=north}, ylabel={$s(t) [\text{km}]$}, ylabel style={anchor=east}, ] \addplot[blue,domain=0:3.5] {20 - 10*x + 100*x^2 - 30*x^3)}; \end{axis} \end{tikzpicture} \end{document} |
Ehrlich gesagt, weiß ich gar nicht was du meinst. Weder auf deinem Screenshot, noch im Online Editor scheint mir die y-Achse dicker zu sein.
Mmmh.... Finde ich allerdings schon.
Gerade ausgedruckt. Ist nicht dicker als die x-Achse.