suboptimumg.sweep.array_sweep_results#
- class suboptimumg.sweep.array_sweep_results.ArraySweepResults(sweep_data)[source]#
Bases:
object- Parameters:
sweep_data (ArraySweepData)
- plot(y_var=SweepDatatype.TOTAL_PTS, *, title=None, y_label=None, **kwargs)[source]#
Uses Plotly to create an interactive categorical dot plot showing points vs variable names.
- Parameters:
y_var (SweepDatatype, optional) – Sweep datatype to plot on y-axis (default is SweepDatatype.TOTAL_PTS)
title (str, optional) – Plot title (default is “Independent Variable Sweep Results”)
y_label (str, optional) – Y-axis label (default is y_var)
**kwargs (dict) – Additional arguments passed to plot_bar_chart
- Returns:
Plotly figure object
- Return type:
go.Figure