How to use float_precision with hv.Table

I noticed in the code for holoviews.plotting.tabular a property float_precision for the class TablePlot. I’m not sure how or if this object is related to holoviews.element.Table which I’m using. I’d like to be able to control the format of numbers in this table. (Ideally it could be done on a per column basis.)

Is it possible to set property float_precision for hv.Table? Any pointers or links to sample code would be much appreciated.

thanks,
Dennis

1 Like