ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Re: Flowcharts
Date: Fri, 28 Jun 2024 19:23:29 +0200	[thread overview]
Message-ID: <7503B815-01DB-49C9-B4CC-7440C7329E51@gmail.com> (raw)

A second try…

Hi all,

Is it possible to have different background colors for different cells in flow charts ? 
For instance in the following example, is it possible to have a particular color for each cell ?

Thanks in advance and best regards: Otared

\usemodule[chart]

\starttext

\startFLOWchart[example]
\startFLOWcell 
 \name {flow}
 \location {1,1}
 \text {Flow}
 \connection [rl] {chart}
\stopFLOWcell
\startFLOWcell
 \name {chart}
 \location{2,1}
 \text {Charts}
\stopFLOWcell
\startFLOWcell 
 \name {flow2}
 \location {1,2}
 \text {Chart}
 \connection [rl] {chart}
\stopFLOWcell
\startFLOWcell
 \name {chart2}
 \location{2,2}
 \text {Flow}
\stopFLOWcell
\stopFLOWchart

\FLOWchart[example]

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2024-06-28 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28 17:23 Otared Kavian [this message]
2024-06-28 18:03 ` Wolfgang Schuster
     [not found]   ` <54133784-A9B8-4E8A-8DA5-9E19374F29EC@gmail.com>
2024-06-29 17:51     ` Wolfgang Schuster

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=7503B815-01DB-49C9-B4CC-7440C7329E51@gmail.com \
    --to=otared@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).