Re: [NTG-context] arrows in FLOW charts

2019-10-07 Thread Hans Hagen

On 10/7/2019 1:49 PM, Henning Hraban Ramm wrote:


I can’t answer that, but I guess you’d better use the nodes module, it 
supersedes the flowcharts one.

Both are maintained (and serve a somewhat different audience and usage)

I'm sure that long time power user Willi knows all the answers ...

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] arrows in FLOW charts

2019-10-07 Thread Henning Hraban Ramm
Hi Thomas,

I can’t answer that, but I guess you’d better use the nodes module, it 
supersedes the flowcharts one.

Best, Hraban

> Am 2019-10-07 um 13:39 schrieb Thomas A. Schmitz :
> 
> Hi all,
> 
> I may be missing something really obvious: is it possible to change the shape 
> of single connection lines in the flowchart module? Let’s say in the 
> following example, I want the connection between test2 and test3 dashed and 
> blue. Can this be done?
> 
> Thanks, and best wishes
> 
> Thomas
> 
> \usemodule[chart]
> 
> \setupFLOWcharts [nx=1,
> ny=3]
> 
> \setupFLOWlines [color=red]
> 
> \startFLOWchart [example]
>  \startFLOWcell
>\name {test1}
>\location {1,1}
>\shape {action}
>\text {test 1}
>\connection [bt] {test2}
>  \stopFLOWcell
>  \startFLOWcell
>\name {test2}
>\location {1,2}
>\shape {action}
>\text {test 2}
>\connection [bt] {test3}
>  \stopFLOWcell
>  \startFLOWcell
>\name {test3}
>\location {1,3}
>\shape {action}
>\text {test 3}
>  \stopFLOWcell
> \stopFLOWchart
> 
> \starttext
> \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 / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] arrows in FLOW charts

2019-10-07 Thread Thomas A. Schmitz
Hi all,

I may be missing something really obvious: is it possible to change the shape 
of single connection lines in the flowchart module? Let’s say in the following 
example, I want the connection between test2 and test3 dashed and blue. Can 
this be done?

Thanks, and best wishes

Thomas

\usemodule[chart]

\setupFLOWcharts [nx=1,
ny=3]

\setupFLOWlines [color=red]

\startFLOWchart [example]
  \startFLOWcell
\name {test1}
\location {1,1}
\shape {action}
\text {test 1}
\connection [bt] {test2}
  \stopFLOWcell
  \startFLOWcell
\name {test2}
\location {1,2}
\shape {action}
\text {test 2}
\connection [bt] {test3}
  \stopFLOWcell
  \startFLOWcell
\name {test3}
\location {1,3}
\shape {action}
\text {test 3}
  \stopFLOWcell
\stopFLOWchart

\starttext
\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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___