emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Cecil Westerhof <cldwesterhof@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Creating a (RabbitMQ) diagram
Date: Thu, 17 Oct 2019 15:21:24 +0200	[thread overview]
Message-ID: <CAG-LmmB+sGuy27XkYtdMwnk-F6JQ+EypfFo0vTfkgrDH6bH0Bw@mail.gmail.com> (raw)
In-Reply-To: <87h847lhvj.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

Op do 17 okt. 2019 om 13:40 schreef Ken Mankoff <mankoff@gmail.com>:

>
> On 2019-10-17 at 13:12 +02, PICCA Frederic-Emmanuel <
> frederic-emmanuel.picca@synchrotron-soleil.fr> wrote...
> > https://en.wikipedia.org/wiki/PGF/TikZ
>
> Or you can do it with Ditaa, http://plantuml.com, others that may be
> easier to use than TikZ.
>

I tried it out (after a bit of configuring) with the following:
#+BEGIN_SRC plantuml :file groupingComponents.eps :noexport
@startuml

package "Some Group" {
  HTTP - [First Component]
  [Another Component]
}

node "Other Groups" {
  FTP - [Second Component]
  [First Component] --> FTP
}

cloud {
  [Example 1]
}


database "MySql" {
  folder "This is my folder" {
[Folder 3]
  }
  frame "Foo" {
[Frame 4]
  }
}


[Another Component] --> [Example 1]
[Example 1] --> [Folder 3]
[Folder 3] --> [Frame 4]

@enduml
#+END_SRC


It looks a bit different, but I will not worry about it at the moment.

Is it best to save it as eps, or better another format? (When using it with
LaTeX.)

-- 
Cecil Westerhof

[-- Attachment #2: Type: text/html, Size: 2492 bytes --]

  reply	other threads:[~2019-10-17 13:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 11:01 Creating a (RabbitMQ) diagram Cecil Westerhof
2019-10-17 11:12 ` PICCA Frederic-Emmanuel
2019-10-17 11:40   ` Ken Mankoff
2019-10-17 13:21     ` Cecil Westerhof [this message]
2019-10-18  9:45       ` Fraga, Eric
2019-10-19  8:50         ` Michael Welle
2019-10-17 14:01     ` Cecil Westerhof
2019-10-17 20:03   ` Marcin Borkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAG-LmmB+sGuy27XkYtdMwnk-F6JQ+EypfFo0vTfkgrDH6bH0Bw@mail.gmail.com \
    --to=cldwesterhof@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).