I have some data to present. I am thinking of ways to get the most from one figure.
In my data I have,
dependent_packages
callingfunctions_of_dependencies
dependency_packages
hasfunctions
So not all functions
of dependency_packages
are called from dependent_packages
. I thought maybe drawing a custom bubble chart would tell the story in a good way.
I drew the figure below:
enter image description here
My idea is this, each rectangle cluster represents a dependency_package
and they have functions
inside. They form a circle. And outside, each bubble represents a dependent_package
and they are connected to the functions that they are calling. Inside the rectangles, not called functions remain inner side of the circle, and they have a different color.
Since I am noob, I am not aware of correct keywords to find my way. I am open to any suggestion please.