design_heatmap
- pyoptex.doe.utils.evaluate.design_heatmap(Y, factors)[source]
Plots the design as a heatmap. Each factor is normalized to between -1 and 1. The categorical levels are indicated on the design.
Parameters
- Ypd.DataFrame
A decoded and denormalized design.
- factorslist(
Factor) The list of factors in the design.
Returns
- fig
plotly.graph_objects.Figure The heatmap of the design as a Plotly figure.