KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

improve insertion of pgf{theme...,} #228

Closed KristofferC closed 4 years ago

KristofferC commented 4 years ago

instead of inserting a nested Option with a nothing value we now instead insert the keys directly into the Options being created. This means we can now access keys in the splatted "theme" just like if it was written inline

fredrikekre commented 4 years ago

Thanks.