Layout x y
new :
{
global_font ? Font.Font,
title ? Title.Title,
x_axis ? Axis.Axis x,
y_axis ? Axis.Axis y,
show_legend ? Bool
}
-> Layout x y
get_title : Layout x y -> Result Str [NotFound]
to_str : Layout x y -> Str
where x implements Inspect, y implements Inspect