Closed
Description
Currently the color brick area of heatmaps is rendered using data:
URLs. This makes it harder to produce high-quality exported images (especially for print) unless you're careful with how the image is resampled after exporting (difficult to do given that it's a PNG embedded in an SVG).
Would you consider using SVG instead, at least for zsmooth=false
?
I made a quick patch to try this out. With a 50 x 200 brick heatmap, performance seems pretty close. I could turn this into a PR if it would be accepted.