Hi,

I tried to plot the formula $(1+2x(1+x+25^2x))/(1+4x(1+x+25^2x))$ within a
semilog axis. I get ripples on the y-values. Here the code:

\documentclass{minimal}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
        \begin{semilogxaxis}[domain=1e-2:1e3, samples=101]
                \addplot[black] {(1+2*x*(1+x+25^2*x))/(1+4*x*(1+x+25^2*x))};
        \end{semilogxaxis}
\end{tikzpicture}
\end{document}

pfgplots 1.4.1 from texlive2010

Any idea, whats going on here?

Thanks

Holger


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to