texlive[67673] Master/texmf-dist: luaplot (19jul23)

commits+karl at tug.org commits+karl at tug.org
Wed Jul 19 22:48:47 CEST 2023


Revision: 67673
          http://tug.org/svn/texlive?view=revision&revision=67673
Author:   karl
Date:     2023-07-19 22:48:47 +0200 (Wed, 19 Jul 2023)
Log Message:
-----------
luaplot (19jul23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/luaplot/luaplot.pdf
    trunk/Master/texmf-dist/tex/lualatex/luaplot/luaplot.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/luaplot/luaplot.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/lualatex/luaplot/luaplot.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/luaplot/luaplot.sty	2023-07-19 20:48:38 UTC (rev 67672)
+++ trunk/Master/texmf-dist/tex/lualatex/luaplot/luaplot.sty	2023-07-19 20:48:47 UTC (rev 67673)
@@ -1,9 +1,9 @@
 % luaplot package
-% version 1.2
+% version 1.3
 % Licensed under LaTeX Project Public License v1.3c or later. The complete license text is available at http://www.latex-project.org/lppl.txt.
 %Authors: Chetan Shirore and Ajit Kumar
 
-\ProvidesPackage{luaplot}[1.2]
+\ProvidesPackage{luaplot}[1.3]
 \RequirePackage{xkeyval}
 \RequirePackage{luacode}
 \RequirePackage{tikz}
@@ -110,13 +110,14 @@
 end
 local colortbl={}
 local countclr = 1
-for funcolor in string.gmatch(\mop at eight, '([^,]+)') do
+for funcolor in string.gmatch(\mop at eight, '[^,]*') do
+   if funcolor == nil or funcolor=='' then funcolor='black' end
    colortbl[countclr] = funcolor
    countclr = countclr + 1
 end
 local plotstytbl={}
 local countplotsty = 1
-for funplotsty in string.gmatch(\mop at nine, '([^,]+)') do
+for funplotsty in string.gmatch(\mop at nine, '[^,]*') do
    plotstytbl[countplotsty] = funplotsty
    countplotsty = countplotsty + 1
 end



More information about the tex-live-commits mailing list.