Hi!
A friend told me this morning of the pgfplot-package, I downloaded and 
"installed" it on my Ubuntu like discribed (putting the source-files in a 
folders of my choice and telling in a shell 'export 
TEXINPUTS=/choosen/folder//:', same way for TEXDOCS). 2D-Examples are working 
fine. Now I tried a 3D-Plot from the webpage http://pgfplots.sourceforge.net/, 
namely example 113, code from the pgfplot-pdf:

% Preamble: \pgfplotsset{width=7cm,compat=1.3}
\begin{tikzpicture}
\begin{axis}[view={60}{30}]
        \addplot3[surf,shader=flat,
                samples=20,
        domain=-1:0,y domain=0:2*pi,
        z buffer=sort]
        ({sqrt(1-x^2) * cos(deg(y))},
                {sqrt( 1-x^2 ) * sin(deg(y))},
                x);
\end{axis}
\end{tikzpicture}

To avoid typing errors I even downloaded the tex-source of the example and 
pdflatex-ed it, but whatever method I choose, the same error appears when 
pdflatex-ing:

! Package pgfkeys Error: I do not know the key '/pgfplots/compat' and I am goin
g to ignore it. Perhaps you misspelled it.

Because I couldn't find a solution or even the same error via google, I 
subscribed here. Does anyone know, what I did wrong or what I can do against 
this error?

Thanks Folks!
-- 
--
al...@streber24.de

GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 €/mtl.!*
http://portal.gmx.net/de/go/dsl

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to