ComplexHeatmap icon indicating copy to clipboard operation
ComplexHeatmap copied to clipboard

axis text is rendering oddly with gridtext, is it possible to add marquee support?

Open ashleyp1 opened this issue 9 months ago • 2 comments

gridtext is having some issues with kerning that I haven't been able to resolve. Would it be possible to add support for marquee text rendering?

ashleyp1 avatar Apr 11 '25 19:04 ashleyp1

ComplexHeatmap didn't do anything special. It just wraps around gridtext::richtext_grob2(). This is the internal use:

grid.draw(richtext_grob(label, x, y, ...))

jokergoo avatar May 26 '25 10:05 jokergoo