-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Description
This data I'm working on has 35 or 36 subjects on the y axis in my data, but theres only 18 in the graph? Also I think the same thing is happening on the x axis as well, I just don't know how many columns are missing there.
let trace = HeatMap::new(
subject_labels[0].clone(),
subject_names.clone(),
subject_values,
);
// let layout = Layout::new().auto_size(true).height(HEIGHT);
let layout = Layout::new().auto_size(true);
let mut plot = Plot::new();
plot.add_trace(trace);
plot.set_layout(layout);
println!("{}", subject_names.len());
let filename = "No Wait";
plot.write_html(&format!("{}/html/{}.html", full_path, filename));
Metadata
Metadata
Assignees
Labels
No labels