sda.dashboard.callbacks.scatter#
Enhanced scatter plot functionality for the dashboard with dark theme support.
Classes#
Enhanced scatter plot callback functionality with dark theme support. |
Functions#
|
Create a scatter plot (legacy function for backward compatibility). |
|
Get default scatter plot layout. |
Module Contents#
- class sda.dashboard.callbacks.scatter.ScatterPlotCallback(verbose=False)#
Enhanced scatter plot callback functionality with dark theme support.
- verbose = False#
- create_scatter_plot(data, x_col, y_col, color_col=None, title='Scatter Plot', **kwargs)#
Create an enhanced scatter plot with improved features and dark theme support.
- Parameters:
- Returns:
Plotly figure dictionary
- Return type:
Dict[str,Any]
- sda.dashboard.callbacks.scatter.create_scatter_plot(data, x_col, y_col, color_col=None, title='Scatter Plot', **kwargs)#
Create a scatter plot (legacy function for backward compatibility).
- Parameters:
- Returns:
Plotly figure dictionary
- Return type:
Dict[str,Any]