(hv_panel, imgdata_list, chart_format)
| 106 | |
| 107 | ############## This is where we append panels that we create ############ |
| 108 | def append_panels(hv_panel, imgdata_list, chart_format): |
| 109 | imgdata_list.append(hv.output(hv_panel, backend='bokeh', fig=chart_format)) |
| 110 | return imgdata_list |
| 111 | |
| 112 | |
| 113 | ###### Display on Jupyter Notebook or on the Server ######## |
no outgoing calls
no test coverage detected