JuliaTeX / PGFPlots.jl

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

Legend entries now use \legend{} #153

Closed mossr closed 4 years ago

mossr commented 4 years ago

Thanks to the heavy lifting by @mykelk, we now use the \legend{} command for legendentries, which can handle empty entries correctly. This addresses #102

This PR also includes a minor fix to how SmithCircle defined the radius of a TikZ circle, based on this post: https://tex.stackexchange.com/questions/530405/argument-of-pgfmathfloatparse-has-an-extra?noredirect=1&lq=1

mykelk commented 4 years ago

Awesome! This looks great. You can go ahead and merge and tag a release when you're ready.

mossr commented 4 years ago

Great! I'm not a JuliaTex member so I can't ;)