Skip to content

DOT Message Console

The console worksheet shows the messages emitted by the dot command when Graphviz runs.

The console Worksheet

The console worksheet is reached from the Graphviz dot section of the Launchpad ribbon tab.

Messages in the shaded rows are the dot commands issued when a Graphviz visualization is requested using the dot command. The messages emitted by dot are displayed against a white background. You have the choice of standard or verbose messages. You can also restrict the messages to the most recent dot invocation or append them in a running log.

The Console Ribbon Tab

The Console ribbon tab is activated whenever the console worksheet is opened from the Launchpad. It appears as follows:

Windows

macOS

It contains the following groups, each of which is explained in the sections that follow. You may jump directly to any group using the links in this table:

GroupControls
Console Switches
Console Text
Critical Messages
Help

Console Switches

LabelControl TypeDescription
Log to consoleCheckboxTurns logging of the Graphviz dot messages on/off.
Run Graphviz in verbose modeCheckboxWhen checked, appends the -V flag to the dot command which tells Graphviz to emit verbose messages.
Append console messagesCheckboxAllows the console to display messages from a single dot invocation, or maintain a running log.

Console Text

NameControl TypeDescription
ClearButtonResets the contents of the console worksheet.
Save to FileButtonBrings up a file save dialog which lets you save the console messages to a file.
Copy to ClipboardButtonCopies the contents of the console worksheet to the clipboard (Windows OS only).

Critical Messages

NameControl TypeDescription
Log to consoleToggle ButtonEnables or disables logging of Graphviz dot messages to the console.
Run Graphviz in verbose modeToggle ButtonAppends the -V flag to the dot command, causing Graphviz to emit verbose diagnostic messages.
Append console messagesToggle ButtonDetermines whether the console shows only the current dot invocation or maintains a running log.

These buttons operate independently. You can deselect all of them to run silently, with no errors reported; select all of them so every reporting channel is used; or choose any combination in between.

Help

Provides a link to the Help content for the console worksheet (i.e. this web page).

NameControl TypeDescription
HelpButtonProvides a link to this web page.

Released under the MIT License.