MCPcopy
hub / github.com/AutoViML/AutoViz / append_panels

Function append_panels

autoviz/AutoViz_Holo.py:108–110  ·  view source on GitHub ↗
(hv_panel, imgdata_list, chart_format)

Source from the content-addressed store, hash-verified

106
107############## This is where we append panels that we create ############
108def 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 ########

Callers 7

draw_cat_vars_hvFunction · 0.85
draw_kdeplot_hvFunction · 0.85
draw_scatters_hvFunction · 0.85
draw_pair_scatters_hvFunction · 0.85
draw_distplot_hvFunction · 0.85
draw_violinplot_hvFunction · 0.85
draw_heatmap_hvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected