How to use the output from other macros in Graphviz

Description

This article illustrates how you can use the dot code generated by another macro and use it as source code in Graphviz to create a diagram.

Steps

  1. Create a new page.

  2. Enter {flowchart and select the flowchart macro. Alternatively, from the toolbar at the top, click Insert more content > Other macros > Flowchart macro. 

    In this example, we use Groovy to generate the dot code and copied the code block into the Flowchart Macro

  3. Copy the code block mentioned in the example below and paste it in the macro body. 

  4. Enable Render wiki markup macros in body.



                 







5. Click Save to publish the page.

You will have to enter diagraph commands to generate Diagraphs and Space graphs.

Source

{groovy}
 println 'A -> B' 
 println 'B -> C' 
 println 'C -> A'
 println 'D -> B' 
 println 'D -> C'
{groovy}

 Diagram



Find answers from the community.

Ask a question to the community.

Log a request with our support team.

Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.