@CodeUnderstand: From UML diagram to live code to expanding call graph… in ONE seamless flow. No more hunting through files. Graphs let …

X AI KOLs Following Tools

Summary

SciTools’ Understand adds interactive UML, control-flow and call-graph views that let developers navigate code without hunting files.

From UML diagram to live code to expanding call graph… in ONE seamless flow. No more hunting through files. Graphs let you explore your entire codebase instantly. Trusted by NASA & 20k+ devs. Try free →
Original Article
View Cached Full Text

Cached at: 04/22/26, 05:01 PM

# Understand by SciTools | Graphs Source: [https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs](https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs) ### UML, Control Flow, and Call Graphs The most popular graphs in*Understand*include Call and Called by, Butterfly, Object References, Control Flow, UML Class Diagram, UML Sequence Diagram, Data Flow, Dependency, and Declaration\.[See more graphs on our blog\!](https://blog.scitools.com/graphlist/) [![Image of dependency graph.](https://scitools.com/images/UMl-Sequence-Light.avif)](https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs#) ### Easily Switch Between Graph Variants to View Similar Graphs Graph variants allow you to quickly change the content and style of a graph\. For example, to group functions by file or architecture, use a cluster graph variant \(shown below\)\. The relationship variant of a call graph will show all the paths between two functions\. The compare variant highlights changes between your current project and a previous version of your project\. Specific graphs have even more variants to explore\. [![Image of control flow graph.](https://scitools.com/images/Cluster-Graph-Variant_1.avif)](https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs#) ### Choose How to Configure and Display Your Graphs Choose from a variety of options in the submenu to interact with your code in helpful and interesting ways\. For example, there are a variety of node options to select from in the customizer toolbar and/or legends\. [![Image of dependency graph.](https://scitools.com/images/Customization-Panel-Controls.avif)](https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs#) ### Use Graphs to Display and Explain Your Work Graphs can be saved as JPEG, PNG, or SVG files\. Share your graphs digitally, or print a physical copy of your work to share with others\. We not only let you create cool graphs, but you can also edit and customize them with the Visio \(vdx, vsdx\) and Graphviz \(dot\) exports\. [![Image of control flow graph.](https://scitools.com/images/Print-Graphs.avif)](https://scitools.com/graphs?twclid=2a439csi8skbbx6x6t35uesrdc&xad=graphs#)

Similar Articles

@GitHub_Daily: When taking over a new project with hundreds of thousands of lines of code, just sorting out the call relationships and overall architecture takes several days, which is very inefficient. Then I found the open-source project Understand Anything, which generates an interactive knowledge graph of the entire codebase, allowing you to visually see the relationships between modules...

X AI KOLs Timeline

Understand Anything is an open-source project that uses a multi-agent pipeline to automatically analyze codebases, generating interactive knowledge graphs to help developers quickly understand code structure and module relationships. It supports integration with mainstream AI coding tools like Claude Code, Cursor, etc.

@Potatoloogs: When using Claude Code, Cursor, Codex to understand large projects, you often encounter a problem: every time you ask a question, it has to re-read files, find clues, and piece together context. Code is in src, docs in docs, design specs, screenshots, papers, videos scattered in other directories. Lots of material, but the relationships haven't been captured...

X AI KOLs Timeline

Graphify is a software engineering knowledge graph tool for AI coding assistants. It organizes project materials such as code, documents, and images into a queryable relationship graph, helping AI skip the step of repeatedly reading files when understanding large projects.