Hello Holger, thank you for reporting this issue!
It seems as if the oscillations arise due to problems in the math engine. I accept this as bug report and will investigate. In the meantime, you can use \addplot[black] gnuplot .... (with the same expression) or try to re-formulate the expression. Best regards Christian Am 19.04.2011 09:40, schrieb Holger Maune: > 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 ------------------------------------------------------------------------------ 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