texthero.visualization.scatterplot¶ scatterplot(df: pandas.core.frame.DataFrame, col: str, color: str = None, hover_data: ] = None, title='', return_figure=False)¶ Show scatterplot using python plotly scatter. Parameters df colThe name of the column of the DataFrame used for x and y axis.