Dear Alice Lieberwirth, I have the impression that latex still does not find the installed package... it sounds as if it is using an old version. The /pgfplots/compat key was introduced in version 1.3, so your latex is probably using version 1.2.2 .
You can verify your installation by inspecting the .log file -- it should, at some point, contain version information about the pgfplots package (provide the '\listfiles' macro as first command before \begin{document} to trigger further information about package versions). In case it turns out that the package is, indeed, not yet found: make sure you are running pdflatex from the very same shell where you assigned the TEXINPUTS variable. Perhaps the TEXINPUTS variable was not in considered? In the hope of being helpful, Christian Am 01.09.2010 11:39, schrieb Alice Lieberwirth: > 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! ------------------------------------------------------------------------------ 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