DingWB / PyComplexHeatmap

PyComplexHeatmap: A Python package to plot complex heatmap (clustermap)
https://dingwb.github.io/PyComplexHeatmap/
MIT License
257 stars 28 forks source link

How to set the precision of numbers #8

Closed welyt closed 1 year ago

welyt commented 1 year ago

Hi,How to set the precision of the number, such as keeping 4 significant digits image

DingWB commented 1 year ago

There is a parameter fmt. You can set fmt='.4f'.