ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Subject: Mappings
Date: Mon, 15 Jan 2001 22:48:31 -0800	[thread overview]
Message-ID: <3.0.5.32.20010115224831.00822750@mail.northcoast.com> (raw)

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

All,

Remember when I asked about:

    f
1 ----> 2

etc. Thanks to all who answered. Here's my solution. Pretty nice. Output
attached.

\usemodule[chart]

\setupcolors[state=start]

\starttext

\setupFLOWfocus
 [framecolor=black]

\setupFLOWcharts
 [%option=test,
  nx=3,ny=4,
  dx=4mm,dy=2mm,
  offset=0mm,
  width=6mm,
  height=6mm,
  maxwidth=\textwidth,
  focus=l1]

\setupFLOWlines
 [corner=rectangular]

\startFLOWchart[f1]
 \startFLOWcell
  \name{fname}
  \location{2,1}
  \shape{node}
  \text{$f$}
 \stopFLOWcell
 \startFLOWcell
  \name{l1}
  \location{1,2}
  \shape{action}
  \text{1}
  \connection[rl]{r1}
  \connection[-rl]{r2}
 \stopFLOWcell
 \startFLOWcell
  \name{r1}
  \location{3,2}
  \shape{action}
  \text{2}
 \stopFLOWcell
 \startFLOWcell
  \name{r2}
  \location{3,3}
  \shape{action}
  \text{3}
 \stopFLOWcell
 \startFLOWcell
  \name{l2}
  \location{1,3}
  \shape{action}
  \text{2}
  \connection[-rl]{r3}
 \stopFLOWcell
 \startFLOWcell
  \name{r3}
  \location{3,4}
  \shape{action}
  \text{4}
 \stopFLOWcell

\stopFLOWchart

\placefigure
 [here][fig1]
 {The domain object 1 gets sent to more than one range object.}
 {\FLOWchart[f1]}

\stoptext

[-- Attachment #2: junk.pdf --]
[-- Type: application/pdf, Size: 13226 bytes --]

             reply	other threads:[~2001-01-16  6:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-16  6:48 David Arnold [this message]
2001-01-16  7:05 ` Mappings Dan Seracu
2001-01-16 18:55   ` Docs for flowchart module H. Ramm
2001-01-16 19:11   ` Mappings Hans Hagen
2001-01-16 19:06 ` Mappings Hans Hagen

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

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

  git send-email \
    --in-reply-to=3.0.5.32.20010115224831.00822750@mail.northcoast.com \
    --to=darnold@northcoast.com \
    /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.
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 NNTP newsgroup(s).