Ich möchte die Skalierung von nur einer Achse ausblenden, aber das Kästchengittter behalten. Öffne in Overleaf
\documentclass[margin=5mm, tikz]{standalone} \usepackage{tikz,pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[ axis x line=middle, axis y line=middle, x=5cm, y=0.5cm, grid =major, xtick={-100,-99,...,100}, ytick={-100,-95,...,100}, xmin=0.0, %-0.5 %<- xmax=10.5, ymin=-4.50, ymax=74.5, scale = 0.2, x axis line style={shorten >=-0mm, shorten <=-5mm}, y axis line style={shorten >=-0mm, shorten <=-5mm} ] \end{axis} \end{tikzpicture} \end{document} gefragt 10 Okt '18, 22:30 typ42 |
xticklabels={},
oderxticklabels=\empty,
.