diff --git a/.zenodo.json b/.zenodo.json index f1c2c63e..439b6334 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -696,6 +696,12 @@ { "name": "Jan Thorben Schneider", "type": "Other" + }, + { + "orcid": "0000-0003-4102-2460", + "affiliation": "Alogus Research Corporation:, + "name": "Lee Phillips", + "type": "Other" } ], "upload_type": "software" diff --git a/src/recipes.jl b/src/recipes.jl index d97d1f0d..ef045446 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1042,7 +1042,13 @@ export lens! series_plotindex := backup[:series_plotindex] seriestype := :path primary := false - linecolor := :lightgray + linecolor := get(backup, :linecolor, :lightgray) + if haskey(backup, :linestyle) + linestyle := backup[:linestyle] + end + if haskey(backup, :linewidth) + linewidth := backup[:linewidth] + end bbx_mag = (x1 + x2) / 2 bby_mag = (y1 + y2) / 2 xi_lens, yi_lens =