Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 396251
Collapse All | Expand All

(-)term/lua/gnuplot-tikz-444.lua (+1 lines)
Lines 251-256 Link Here
251
  gp.write(string.format("\\begin{tikzpicture}[gnuplot%s]\n",global_opt))
251
  gp.write(string.format("\\begin{tikzpicture}[gnuplot%s]\n",global_opt))
252
  gp.write(string.format("%%%% generated with GNUPLOT %sp%s (%s; terminal rev. %s, script rev. %s)\n%%%% %s\n",
252
  gp.write(string.format("%%%% generated with GNUPLOT %sp%s (%s; terminal rev. %s, script rev. %s)\n%%%% %s\n",
253
      term.gp_version, term.gp_patchlevel,
253
      term.gp_version, term.gp_patchlevel,
254
      _VERSION,
254
      string.sub(term.lua_term_revision,7,-3),
255
      string.sub(term.lua_term_revision,7,-3),
255
      pgf.REVISION,os.date()))
256
      pgf.REVISION,os.date()))
256
  if font ~= "" then
257
  if font ~= "" then

Return to bug 396251