#include <genesis/population/plotting/cathedral_plot.hpp>
Plot parameters to make a cathedral plot.
Meant for the user-provided parameters for making a cathedral plot, such as the image dimensions.
Definition at line 94 of file cathedral_plot.hpp.
Public Attributes | |
| size_t | height = 0 |
| size_t | width = 0 |
| CathedralWindowWidthMethod | window_width_method = CathedralWindowWidthMethod::kExponential |
| size_t height = 0 |
Definition at line 98 of file cathedral_plot.hpp.
| size_t width = 0 |
Definition at line 97 of file cathedral_plot.hpp.
| CathedralWindowWidthMethod window_width_method = CathedralWindowWidthMethod::kExponential |
Definition at line 99 of file cathedral_plot.hpp.