ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Cecil Westerhof <cldwesterhof@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: How to circumvent crossing of the lines
Date: Sun, 21 Nov 2010 09:49:36 +0100	[thread overview]
Message-ID: <AANLkTi==pmy-jyq2onntNDFvXoX4i15-7DAf4VYOQLcH@mail.gmail.com> (raw)

I have the folowing document:
\usemodule[chart]

\starttext

\setupFLOWcharts
[
  dx=2\bodyfontsize,
  dy=2\bodyfontsize,
  height=3.1\lineheight,
  maxwidth=\textwidth,
  nx=5,
  ny=4,
]

\startFLOWchart[example]
  \startFLOWcell
    \connection [bt]{isErEenProbleem}
    \connection [rl]{urenInvoeren}
    \location   {2,1}
    \name       {tijdOver}
    \shape      {45}
    \text       {Is er tijd voor een volgend ticket?}
  \stopFLOWcell

  \startFLOWcell
    \connection [rl]{klaar}
    \location   {3,1}
    \name       {urenInvoeren}
    \shape      {action}
    \text       {Leg gebruikte uren vast}
  \stopFLOWcell

  \startFLOWcell
    \connection [bt]{ticketKlaar}
    \connection [lr]{contactTon}
    \location   {2,2}
    \name       {isErEenProbleem}
    \shape      {45}
    \text       {Treed er een probleem op?}
  \stopFLOWcell

  \startFLOWcell
    \connection [tt]{tijdOver}
    \location   {1,2}
    \name       {contactTon}
    \shape      {action}
    \text       {Neem contact op met Ton}
  \stopFLOWcell

  \startFLOWcell
    \connection [bt]{meldOpgelost}
    \connection [lt]{tijdOver}
    \location   {2,3}
    \name       {ticketKlaar}
    \shape      {45}
    \text       {Is ticket opgelost?}
  \stopFLOWcell

  \startFLOWcell
    \connection [lt]{tijdOver}
    \location   {2,4}
    \name       {meldOpgelost}
    \shape      {action}
    \text       {Meld ticket opgelost}
  \stopFLOWcell

\stopFLOWchart

\FLOWchart[example]

\stoptext

But the lines from ticketKlaar and meldOpgelost to tijdOver cross the
line from isErEenProbleem to contactTon. Is there a way to make the
lines pass contactTon to the left, so the lines do not cross?

-- 
Cecil Westerhof
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


                 reply	other threads:[~2010-11-21  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='AANLkTi==pmy-jyq2onntNDFvXoX4i15-7DAf4VYOQLcH@mail.gmail.com' \
    --to=cldwesterhof@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).