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

Function boxplot_series

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

Source from the content-addressed store, hash-verified

52
53
54def boxplot_series(*args, **kwargs):
55 return plot(*args, kind='box', **kwargs)
56
57
58def boxplot_frame(*args, **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…