Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
def
boxplot_series(*args, **kwargs):
55
return
plot(*args, kind=
'box'
, **kwargs)
56
57
58
def
boxplot_frame(*args, **kwargs):
Callers
nothing calls this directly
Calls
1
plot
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…