<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<pre class="bz_comment_text" id="comment_text_0"><br>TL,<br><br>I'm using texlive-bin-latex-2010-4.6<br><br>The tikz package included with texlive appears to be so out of date it is not <br>functional (since gnuplot changes in 2005).

tikz uses gnuplot to produce graphs.  The interface gnuplot uses changed in
2005. The current tikz works but the one included in opensuse is so out of date
it doesn't without a hack.

The fix is _very_ simple:

line 288 of /usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex
needs to have the word "terminal" removed and it should then look like this:

\xdef\pgf@gnuplot@head#1{set table; set output "#1.table"; set format "%.5f"}   

Any chance this could be fixed?<br><br>Ta,<br><br>SASA <br></pre>                                     </div></body>
</html>