Tag

Graphviz

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Sep 12, 2024 · Fundamentals

5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML

The article reviews five essential open-source drawing tools for programmers—Draw.io for versatile diagramming, Excalidraw’s hand-drawn style, Graphviz’s automatic graph layout, Python’s Matplotlib for data visualizations, and PlantUML’s simple markup-based UML creation—highlighting key features, platforms, and typical use cases.

GraphvizMatplotlibOpen Source
0 likes · 9 min read
5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML
政采云技术
政采云技术
Dec 6, 2023 · Mobile Development

Visualizing Flutter Dependency Graphs with Graphviz and the gviz Library

This article explains how to analyze and visualize Flutter project dependencies by extracting information from pubspec.yaml and the Flutter dependency tree, converting it into a unified data model, and rendering clear dependency graphs using Graphviz's DOT language through the gviz Dart package.

DartFlutterGraphviz
0 likes · 19 min read
Visualizing Flutter Dependency Graphs with Graphviz and the gviz Library
Test Development Learning Exchange
Test Development Learning Exchange
Sep 25, 2023 · Backend Development

Tools for Generating Python Call Graphs

This article explores tools like Pyan, Pycallgraph, and NetworkX with Matplotlib for visualizing function call relationships in Python programs, including code examples and implementation methods.

Call GraphsGraphvizMatplotlib
0 likes · 3 min read
Tools for Generating Python Call Graphs
Selected Java Interview Questions
Selected Java Interview Questions
Nov 28, 2022 · Fundamentals

How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation

This guide explains how Java developers can install Graphviz and the PlantUML plugin in IntelliJ IDEA, configure environment variables, and create UML sequence and class diagrams directly within the IDE, including code examples and troubleshooting tips.

GraphvizIntelliJ IDEAJava
0 likes · 4 min read
How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation
Top Architect
Top Architect
Nov 25, 2021 · Fundamentals

Installing and Using the PlantUML Plugin in IntelliJ IDEA for UML Diagramming

This guide explains how to install the PlantUML plugin and Graphviz, configure environment variables and IntelliJ IDEA, and use PlantUML to quickly create UML diagrams and flowcharts directly within the IDE, including a sample code snippet and alternative browser options.

DiagrammingGraphvizIntelliJ IDEA
0 likes · 5 min read
Installing and Using the PlantUML Plugin in IntelliJ IDEA for UML Diagramming
Top Architect
Top Architect
Oct 22, 2021 · Fundamentals

Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This article guides Java developers on installing the PlantUML plugin for IntelliJ IDEA, setting up Graphviz, configuring environment variables, and creating UML diagrams directly from text, including sample code and alternative Chrome viewer options.

GraphvizIntelliJ IDEAPlantUML
0 likes · 5 min read
Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
Architecture Digest
Architecture Digest
Sep 26, 2021 · Fundamentals

How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This guide explains what PlantUML is, its advantages, how to install the PlantUML plugin and Graphviz on Windows, configure IntelliJ IDEA, write PlantUML code to generate diagrams, and alternative browser‑based options, providing a complete workflow for developers.

GraphvizIntelliJ IDEAPlantUML
0 likes · 4 min read
How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
Code Ape Tech Column
Code Ape Tech Column
Sep 19, 2021 · Fundamentals

How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation

This guide explains what PlantUML is, its advantages, and provides step‑by‑step instructions for installing the PlantUML plugin and Graphviz on Windows, configuring IntelliJ IDEA, and creating UML diagrams directly within the IDE, including sample code and alternative Chrome extension options.

GraphvizIDE pluginsIntelliJ IDEA
0 likes · 4 min read
How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation
Python Programming Learning Circle
Python Programming Learning Circle
Aug 10, 2021 · Artificial Intelligence

Building a Decision Tree Model in Python Using Entropy and Gini Impurity

This tutorial walks through creating, visualizing, and exporting two Python decision‑tree classifiers—one using entropy and the other using Gini impurity—by installing required packages, preparing a simple dataset, training the models with scikit‑learn, and rendering the trees with Graphviz.

Gini ImpurityGraphvizPython
0 likes · 11 min read
Building a Decision Tree Model in Python Using Entropy and Gini Impurity
php中文网 Courses
php中文网 Courses
Dec 17, 2020 · Backend Development

Running XHProf with Graphviz in a Docker Container for PHP Profiling

This article explains how to use a pre‑built Docker image that bundles XHProf and Graphviz to generate and view PHP profiling reports without manual installation of dependencies, providing step‑by‑step commands for pulling the image, running the container, copying data, and accessing the visual report in a browser.

DockerGraphvizbackend
0 likes · 3 min read
Running XHProf with Graphviz in a Docker Container for PHP Profiling