Python modules for visualization of C++ code -
I am searching for Python module which can help to display C ++ code. I have a big code base that I want to do some analysis. Eventually I would like to come up with a graphical map of the software. There are a lot of messages running in APS, so I want to capture that information and present it visually. I'm looking around some data visualization packages but have just stumbled on math and have been plotting the related people.
What are the best tools for this job, priority python?
Your best tool for job is Graphviz. If you look at them, then you know about such things. Which will interest you with links to projects.
There are some dragon entries under the language binding section, personally I do not use them as dot-language formats, it is quite simple that you can create a complex graph from Python using print statements. Are there.
Comments
Post a Comment