JuliaTeX / PGFPlots.jl

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

Fix legendentry for Barchart and Scatter (#182) #183

Closed johannes-fischer closed 2 years ago

johannes-fischer commented 2 years ago

This fixes #182:

codecov-commenter commented 2 years ago

Codecov Report

Merging #183 (35098e4) into master (7207ce9) will decrease coverage by 0.02%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   63.36%   63.34%   -0.03%     
==========================================
  Files           5        5              
  Lines         797      802       +5     
==========================================
+ Hits          505      508       +3     
- Misses        292      294       +2     
Flag Coverage Δ
unittests 63.34% <50.00%> (-0.03%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/PGFPlots.jl 54.50% <50.00%> (-0.04%) :arrow_down:
src/plots.jl 85.90% <0.00%> (+0.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7207ce9...35098e4. Read the comment docs.

mykelk commented 2 years ago

Thanks so much!