-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When the axis lines are different style, i.e. using the code below,
\documentclass[a4paper]{article}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}[
]
\begin{axis}[
axis x line = center,
axis y line = center,
axis z line = none,
xmin = 0, xmax = 30,
ymin = -200, ymax = 1000,
zmin = 0, zmax = 1,
]
\end{axis}
\end{tikzpicture}
\end{document}The axis tick labels do not show up.
But when the axis lines are the same style,
\documentclass[a4paper]{article}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}[
]
\begin{axis}[
axis x line = center,
axis y line = center,
axis z line = center,
xmin = 0, xmax = 30,
ymin = -200, ymax = 1000,
zmin = 0, zmax = 1,
]
\end{axis}
\end{tikzpicture}
\end{document}The axis tick labels do show up.

Metadata
Metadata
Assignees
Labels
No labels