Closed kimikage closed 3 years ago
The original "flamegraph.pl" uses the inverted
option for generating icicle graphs. However, I do not like the name because it is ambiguous.
flip_y
is clearer, but the y
doesn't make sense on sunburst charts.
yflip
seems better than flip_y
, since the yflip
option is used in Plots.jl and the name does not include non-alphabetic symbols.
cf. https://github.com/timholy/ProfileView.jl/issues/22
The PR #34 introduces
set_default()
, so I'm not going to change the default orientation.