relevanceai.apps.report_app.advanced_blocks.plotly
#
Module Contents#
- class relevanceai.apps.report_app.advanced_blocks.plotly.PlotlyReportBlock(name: str, dataset, deployable_id: str = None)#
Adding a plotly block to Report
- plotly(self, fig, title: str = '', static: bool = False, width: int = None, height: int = None, add: bool = True, width_percentage: int = 100, options=None, **kwargs)#
- plotly_dendrogram(self, data, labels=None, hierarchy_method='single', metric='euclidean', orientation='right', color_threshold=0.75, **kwargs)#
Convenience function to plot a dendrogram.