gonum / plot

A repository for plotting and visualizing data
BSD 3-Clause "New" or "Revised" License
2.72k stars 202 forks source link

text: add a linegap to the LaTeX bounding box #662

Closed sbinet closed 3 years ago

sbinet commented 3 years ago

Fixes gonum/plot#661.

Please take a look.

codecov-io commented 3 years ago

Codecov Report

Merging #662 (e9cb62d) into master (a51a196) will increase coverage by 0.53%. The diff coverage is 68.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #662      +/-   ##
==========================================
+ Coverage   70.28%   70.82%   +0.53%     
==========================================
  Files          55       58       +3     
  Lines        4620     5048     +428     
==========================================
+ Hits         3247     3575     +328     
- Misses       1203     1277      +74     
- Partials      170      196      +26     
Impacted Files Coverage Δ
cmpimg/checkplot.go 0.00% <0.00%> (ø)
vg/draw/text.go 0.00% <0.00%> (ø)
vg/draw/text_plain.go 0.00% <0.00%> (ø)
vg/vgimg/vgimg.go 47.09% <33.33%> (-1.94%) :arrow_down:
plot.go 67.21% <50.00%> (ø)
vg/draw/canvas.go 22.27% <52.94%> (-4.31%) :arrow_down:
cmpimg/cmpimg.go 63.80% <66.66%> (+24.62%) :arrow_up:
vg/vggio/vggio.go 72.39% <72.39%> (ø)
vg/font.go 62.76% <73.33%> (-1.01%) :arrow_down:
text/latex.go 90.52% <98.14%> (ø)
... and 11 more

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 a636e72...e9cb62d. Read the comment docs.