Consider the following plot:
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.8}
\begin{document}
\def\x{1001}
\begin{tikzpicture}
\begin{semilogxaxis}
\addplot coordinates {
(1000, 0)
(\x, 1)
};
\end{semilogxaxis}
\end{tikzpicture}
\end{document}
Compiling this, I get:
! Dimension too large.
<recently read> \pgf@xx
l.14 \end{semilogxaxis}
This happens for values of \x up to 1075.
I think this is a bug. I tested against 1.8.
Thanks,
Neal
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Pgfplots-features mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pgfplots-features