tensorwatch/lv_types.py [53:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            cell:'Visualizer'=None, title:str=None, 
            clear_after_end=False, clear_after_each=False, history_len=1, dim_history=True, opacity=None,

            rows=2, cols=5, img_width=None, img_height=None, img_channels=None,
            colormap=None, viz_img_scale=None,

            # these image params are for hover on point for t-sne
            hover_images=None, hover_image_reshape=None, cell_width:str=None, cell_height:str=None, 

            only_summary=False, separate_yaxis=True, xtitle=None, ytitle=None, ztitle=None, color=None,
            xrange=None, yrange=None, zrange=None, draw_line=True, draw_marker=False,

            # histogram
            bins=None, normed=None, histtype='bar', edge_color=None, linewidth=None, bar_width=None,

            # pie chart
            autopct=None, shadow=None, 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorwatch/visualizer.py [15:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            cell:'Visualizer'=None, title:str=None,
            clear_after_end=False, clear_after_each=False, history_len=1, dim_history=True, opacity=None,

            rows=2, cols=5, img_width=None, img_height=None, img_channels=None,
            colormap=None, viz_img_scale=None,

            # these image params are for hover on point for t-sne
            hover_images=None, hover_image_reshape=None, cell_width:str=None, cell_height:str=None,

            only_summary=False, separate_yaxis=True, xtitle=None, ytitle=None, ztitle=None, color=None,
            xrange=None, yrange=None, zrange=None, draw_line=True, draw_marker=False,

            # histogram
            bins=None, normed=None, histtype='bar', edge_color=None, linewidth=None, bar_width=None,

            # pie chart
            autopct=None, shadow=None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



