Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize data as a flame chart
ResourceFunction["FlameChart"][d] generates an interactive flame chart of the nested data d. |
Create a flame chart of nested profiler data:
In[1]:= |
Out[1]= |
Click a frame, for instance fun3, to show only its stack:
any frame to reset the chart:
Frames are sorted at each level in the canonical order of their labels:
In[2]:= |
Out[2]= |
Frames corresponding to the same label are merged:
In[3]:= |
Out[3]= |
Apply a different color function to the chart:
In[4]:= |
Out[4]= |
Use the specified color palette:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License