ComplexHeatmap
ComplexHeatmap copied to clipboard
axis text is rendering oddly with gridtext, is it possible to add marquee support?
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?
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, ...))