shapelets.apps.DataApp.filter_panel#
- DataApp.filter_panel(title: Optional[str] = None, width: Optional[int] = None, **additional) FilterPanelWidget #
Creates a fixed panel collapsible on left side
- Parameters:
- titlestr, optional
Text associated to the Ring.
- widthint, float, optional
Param to indicate the width on left panel
- Returns:
- filterPanel.
Examples
>>> filterPanel = app.filter_panel(title='Title', width=300)