Hello,
By default, the 'zero' label doesn't appear with centered axis (neither
with 'middle' nor with 'center' options for 'axis x line' and 'axis y
line'):
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
%
\newcommand{\myfigure}{%
\begin{tikzpicture}
\begin{axis}
\addplot {-x};
\end{axis}
\end{tikzpicture}
}
%
\begin{document}
\myfigure
\pgfplotsset{axis x line=center,axis y line=center}
\myfigure
\pgfplotsset{axis x line=middle,axis y line=middle}
\myfigure
\end{document}
Is there a way to change this behavior?
Thanks in anticipation.
--
Denis
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Pgfplots-features mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pgfplots-features