emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to place things differently in dot


From: Nick Dokos
Subject: Re: [O] How to place things differently in dot
Date: Thu, 26 Mar 2015 17:59:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Cecil Westerhof <address@hidden> writes:

> 
> ​In this way I do not get an empty column.

You can make the rows be of size 0:

--8<---------------cut here---------------start------------->8---
#+BEGIN_SRC dot :file test2.svg :cmdline -Kdot -Tsvg
graph foo {
row1--row2--row3--row4 [style="invis", fixedsize="true", width="0", height="0"];
row1, row2, row3, row4 [style="invis", fixedsize="true", width="0", height="0"];
...
--8<---------------cut here---------------end--------------->8---

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]