JuliaTeX / PGFPlots.jl

This library uses the LaTeX package pgfplots to produce plots.
Other
188 stars 36 forks source link

Wrap legend entries to allow for commas (#156) #157

Closed mossr closed 4 years ago

mossr commented 4 years ago

This addresses #156 based on advice from https://tex.stackexchange.com/questions/129624/comma-in-legend-in-pgfplots (i.e. wrap entries with {}{beta(1,2)})

Tested on several stressing legend examples and works like a charm.

mossr commented 4 years ago

Could you restart the Julia 1.4 build? Looks like an unrelated issue

mykelk commented 4 years ago

Looks good to me!

mykelk commented 4 years ago

I can't seem to restart it. I think you can merge and then try again when incrementing the version number. It failed due to a network error.

mossr commented 4 years ago

Cool—I'll merge and bump!