ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Sytse Knypstra" <S.Knypstra@eco.rug.nl>
Subject: FLOWchart puzzles
Date: Wed, 21 Aug 2002 23:47:28 +0200	[thread overview]
Message-ID: <001501c2495c$5bd80da0$97247d81@rcsc> (raw)

Hello all,

After studying the CHARTS manual I am glad to be able to construct some
simple charts. The example below is working ok.
Still there are some puzzles left:

1. How do you construct different types of connection (dashed, without
arrows, all in one chart (like in Figure 19, p.11 of the manual)? I know
that you can change the line styles for all lines that follow by
\setupFLOWlines, but what if some have to be with arrows, and others without
arrows and/or dashed? BTW, I use the dutch version of ConTeXt.

2.  I would like to try the \help command as described on p.16 of the
manual.
Where do you define the helptext and what command do you have to use in the
dutch version? Could someone add the necessary lines to the example below?

3. What is the function of maxwidth=... in \setupFLOWcharts. Changing its
value in the example below doesn't seem to have any effect. Is it possible
to scale the whole chart to e.g. half its original size?

4. In the manual the meaning of x and y in \setupFLOWcharts is not
explained.
Could someone explain them to me?

Thanks,

Sytse Knypstra

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\gebruikmodule[chart]
\steluitvoerin[pdftex]

\starttekst

\setupFLOWcharts
[
 nx=2,
 ny=1,
 dx=2\bodyfontsize,
 dy=2\bodyfontsize,
 breedte=12\bodyfontsize,
 hoogte=7\bodyfontsize,
 maxwidth=240pt
]

\startFLOWchart[cells]

 \startFLOWcell
  \name {cell1}
  \location{1,1}
  \text{Cell 1}
  \connection[tt]{cell2}  % default line style
  \connection[bb]{cell2} % dashed please
  \connection[rl]{cell2} % no arrow please
 \stopFLOWcell

 \startFLOWcell
  \name {cell2}
  \location{2,1}
  \text{Cell 2}
 \stopFLOWcell

\stopFLOWchart

Hieronder volgt een schema:

\blanko[middel]

\FLOWchart[cells]

\stoptekst


             reply	other threads:[~2002-08-21 21:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-21 21:47 Sytse Knypstra [this message]
2002-08-22  8:23 ` Hans Hagen
2002-08-27  7:40   ` s. knypstra
2002-08-29 22:32     ` Hans Hagen
2002-08-22 17:12 ` EC Fonts trouble and TeX Live Glenn R Williams
2002-08-23 16:32   ` Hans Hagen
2002-08-24 15:39     ` texfont - install family? Bruce D'Arcus
2002-08-26 15:40       ` Hans Hagen
2002-08-26 21:40         ` Bruce D'Arcus
2002-08-29 22:34           ` Hans Hagen
2002-08-30 16:03             ` Bruce D'Arcus
2002-08-30 16:45               ` Hans Hagen
2002-08-30 17:30                 ` Bruce D'Arcus
2002-08-30 17:53                   ` 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='001501c2495c$5bd80da0$97247d81@rcsc' \
    --to=s.knypstra@eco.rug.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).