plot doesn't work for domain

View: New views
1 Messages — Rating Filter:   Alert me  

plot doesn't work for domain

by Daniel Dilts-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am working on plotting some data and a model for the data.  While playing with the plot command I believe I found a bug.  The line is preceded by the text ".39983@.39983@.99982@.99982@".  The line is plotted, however a section is drawn horizontally below where it is expected (it looks like y=0 to me).  If the domain is changed to 0:10 then it works as expected.  The simplest case the reproduces it is below.

\begin{figure}[h]
  \begin{center}
    \begin{tikzpicture}[xscale=.75,yscale=.15,domain=0:15]
      \draw[color=blue] plot (\x,{\x});
    \end{tikzpicture}
  \end{center}
\end{figure}

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users