kimikage / ProfileSVG.jl

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

Add `yflip` option #53

Closed kimikage closed 3 years ago

kimikage commented 3 years ago

This supports "icicle" graphs.

https://kimikage.github.io/ProfileSVG.jl/previews/PR53/other-options/#yflip

Closes #36

codecov-io commented 3 years ago

Codecov Report

Merging #53 (99ebc70) into master (f690ce4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          185       187    +2     
=========================================
+ Hits           185       187    +2     
Impacted Files Coverage Δ
src/ProfileSVG.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f690ce4...99ebc70. Read the comment docs.

kimikage commented 3 years ago

This should be the last enhancement for v0.2.0. Sorry for the delay.

I plan to register v0.2.0 at the end of this week, updating the documentation and preparing the announcement on the Discourse.