MCPcopy Create free account
hub / github.com/holoviz/hvplot / relabel

Function relabel

hvplot/util.py:918–922  ·  view source on GitHub ↗

Conditionally relabel a HoloViews object

(hv_obj, **kwargs)

Source from the content-addressed store, hash-verified

916
917
918def relabel(hv_obj, **kwargs):
919 """Conditionally relabel a HoloViews object"""
920 if kwargs:
921 hv_obj = hv_obj.relabel(**kwargs)
922 return hv_obj
923
924
925def redim_(hv_obj, **kwargs):

Callers 3

single_chartMethod · 0.85
_stats_plotMethod · 0.85
histMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…