Unable to create a heatmap with only the real data #648
Labels
bug
Something isn't working
feature:visualization
Related to visualizations
resolution:WAI
The software is working as intended
Environment Details
Error Description
According to this documentation I should be able to use the
get_column_pair_plot
function to to visualize just the real data (if I don't have access to the synthetic data).This function currently works with plot types
scatter
andbox
but it does not work withheatmap
.Steps to reproduce
This errors out.
Expectation
I expect a heatmap to be shown for just the real data (single heatmap square rather than a side-by-side comparison), and the title should be updated to just say
Real Data for columns '<name>' and '<name>'
I also expect that this same functionality to work in the opposite case (where I have only synthetic data but not real data).
The text was updated successfully, but these errors were encountered: