When downloading an image gene names are automatically rendered which often clutters the display. Users have asked for an option to suppress gene names.
Technically we need to allow css and toggling of svg_only class tag and related UI elements. The same can be achieved manually by downloading as SVG and then running this command in a terminal:
sed -i .bak '/<text class="svg_only"/d' <FILENAME>.svg
When downloading an image gene names are automatically rendered which often clutters the display. Users have asked for an option to suppress gene names.
Technically we need to allow css and toggling of svg_only class tag and related UI elements. The same can be achieved manually by downloading as SVG and then running this command in a terminal:
sed -i .bak '/<text class="svg_only"/d' <FILENAME>.svg