// // Created by Lenn on 2025/10/17. // #include "heatmap.hh" #include "heatmap.impl.hh" BasicPlot::BasicPlot() : pimpl {std::make_unique(*this)} {} void BasicPlot::set_matrix_size(const QSize &) { }