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

Function boxplot_frame

hvplot/plotting/__init__.py:58–59  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

56
57
58def boxplot_frame(*args, **kwargs):
59 return plot(*args, kind='box', **kwargs)
60
61
62def boxplot_frame_groupby(grouped, **kwargs):

Callers

nothing calls this directly

Calls 1

plotFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…