# Any way to adjust a GraphViz rendered graph?

**URL:** https://forum.graphviz.org/t/any-way-to-adjust-a-graphviz-rendered-graph/1278
**Category:** Help
**Created:** [August 6, 2022, 5:37pm UTC](https://forum.graphviz.org/t/any-way-to-adjust-a-graphviz-rendered-graph/1278 "2022-08-06T17:37:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Maatlock](https://avatars.discourse-cdn.com/v4/letter/m/9d8465/32.png) [@Maatlock](https://forum.graphviz.org/u/Maatlock)
#### Post date: [August 6, 2022, 5:37pm UTC](https://forum.graphviz.org/t/any-way-to-adjust-a-graphviz-rendered-graph/1278/1 "2022-08-06T17:37:17Z")

</div>

Hello! I’m trying to render a tree that is very broad… and it renders, as expected, in a long, skinny horizontal image.

 ![model_test_2](https://global.discourse-cdn.com/graphviz/original/1X/1fef5f8443e712c9f50b09bcafadd64621ab78ba.png)

Problem is that I need a graph suitable for a document. I would very much like to take and move the nodes that are rendered horizontally and “drag” them down so that the graph is more vertical… with the edges curving to accommodate this. Are there any clever ways to accomplish this? GraphViz settings? Third party tools that let me manipulate and fine tune the output? Thanks!

---

<div class="post-metadata">

### Author: ![Maatlock](https://avatars.discourse-cdn.com/v4/letter/m/9d8465/32.png) [@Maatlock](https://forum.graphviz.org/u/Maatlock)
#### Post date: [August 7, 2022, 2:42pm UTC](https://forum.graphviz.org/t/any-way-to-adjust-a-graphviz-rendered-graph/1278/2 "2022-08-07T14:42:41Z")

</div>

If anyone comes across this question, have a look at this Stack Overflow question I raised. I learned about Unflatten. Was able to modify the results in Photoshop pretty easily to make a fairly presentable graph!

[[python 3.x - How can I adjust a GraphViz render - Stack Overflow](https://stackoverflow.com/questions/73262051/how-can-i-adjust-a-graphviz-render)]([https://Stack](https://Stack) Overflow)
