kimikage / ProfileSVG.jl

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.
MIT License
53 stars 7 forks source link

Adding `yflip` option #36

Closed kimikage closed 3 years ago

kimikage commented 4 years ago

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.

kimikage commented 4 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.

kimikage commented 4 years ago

yflip seems better than flip_y, since the yflip option is used in Plots.jl and the name does not include non-alphabetic symbols.