You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass[tikz,margin=5pt]{standalone}
\usepackage{tikz,xcolor, pgfplots}
%\usepackage{amsmath,amsfonts,amssymb,amsthm}\pgfplotsset{compat=1.18}
% for testing \begin{document}
%https://tex.stackexchange.com/q/139686 Controlling Orientation in 3D PGF Plots\begin{tikzpicture}
\begin{axis}[
xlabel={$x$}, ylabel={$y$}, zlabel={$z$},
x={(-0.3cm,-0.3cm)}, y={(.5cm,0.0cm)}, z={(0cm,.1cm)},
axis lines=middle, axis on top,
xtick={-2,2}, ytick={-2,2},ztick={16,32},
enlargelimits=true
]
\addplot3[surf, thick, color=green, domain=-4:4] {x^2+y^2};
\end{axis}
\end{tikzpicture}
\begin{tikzpicture}
\begin{axis}[
xlabel={$x$}, ylabel={$y$}, zlabel={$z$},
x={(1cm,0cm)}, y={(0.317cm,0.217cm)}, z={(0cm,0.17cm)},
axis lines=middle, axis on top,
%https://tex.stackexchange.com/q/410445 Warning: The ticklabel anchor cannot be determined, the normal vector and the unit x vector are almost parallel
xtick={-2,2}, ytick={-2,2},ztick={16,32},
enlargelimits=true
]
\addplot3[surf, thick, color=green, domain=-4:4] {x^2+y^2};
\end{axis}
\end{tikzpicture}
\end{document}
compiling outputs
Package pgfplots notification 'compat/show suggested version=true': document ha
s been generated with the most recent feature set (\pgfplotsset{compat=1.18}).
[1]
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(0.38263pt,0.92383pt) and the unit y vector (0.82535pt,0.56494pt) are
almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(0.38263pt,0.92383pt) and the unit y vector (0.82535pt,0.56494pt) are
almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(0.38263pt,0.92383pt) and the unit y vector (0.82535pt,0.56494pt) are
almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(0.38263pt,0.92383pt) and the unit y vector (0.82535pt,0.56494pt) are
almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(-0.38263pt,-0.92383pt) and the unit y vector (0.82535pt,0.56494pt) ar
e almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
Package pgfplots Warning: the ticklabel anchor cannot be determined, the normal
vector -(-0.38263pt,-0.92383pt) and the unit y vector (0.82535pt,0.56494pt) ar
e almost parallel (abs(cos(angle)) = 0.83769pt)! on input line 37.
The text was updated successfully, but these errors were encountered:
If I comment out any one of the
tikzpicture
, there is no warning. This Warning has been seen in https://tex.stackexchange.com/q/410445compiling outputs
The text was updated successfully, but these errors were encountered: