Usage
pv.panel(wv, data, width=300, height=200, left, right, bottom, top, anchor)
Arguments
wv
A webvis param object from pv.param().
width
The width of the panel (in pixels).
height
The height of the panel (in pixels).
left
Where the panel should start with respect to the left of the window.
right
Where the panel should start with respect to the right of the window.
bottom
Where the panel should start with respect to the bottom of the window.
top
Where the panel should start with respect to the top of the window.
anchor
Whether the panel should be anchored to the parent object.