| 495 | |
| 496 | |
| 497 | class StatusBar(param.Parameterized): |
| 498 | live_update = param.Boolean( |
| 499 | default=True, |
| 500 | doc=""" |
| 501 | Whether to automatically update the plot when a param is changed""", |
| 502 | ) |
| 503 | |
| 504 | |
| 505 | class hvPlotExplorer(Viewer): |
no outgoing calls
no test coverage detected
searching dependent graphs…