plot icon indicating copy to clipboard operation
plot copied to clipboard

plot: test glyphboxes for plain and latex handlers

Open sbinet opened this issue 4 years ago • 0 comments

working on https://github.com/gonum/plot/pull/708 uncovered a slew of bugs related to plot.GlyphBox{,er}. we should probably test more thoroughly the various modes in which plot.GlyphBoxes are involved:

  • [ ] with a text.Plain handler (the default)
  • [ ] with a text.Latex handler
  • [ ] with and without a plot.Plot.Title
  • [ ] with and without a plot.Plot.{X,Y}.Label
  • [ ] with and without rotated labels, title and legend entries (#722, #724)
  • [ ] with and without a centered plot.Plot.{X,Y}.Label (+ rotated or not?) (#723)

sbinet avatar Aug 06 '21 08:08 sbinet