From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15051 Path: main.gmane.org!not-for-mail From: Sytse Knypstra Newsgroups: gmane.comp.tex.context Subject: Re: Superimposing two flowcharts Date: Fri, 23 Apr 2004 09:53:49 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <5.2.0.9.1.20040423094844.00a956f8@imap.eco.rug.nl> References: <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> <6.0.1.1.2.20040422110035.02e649c8@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1082706981 5518 80.91.224.253 (23 Apr 2004 07:56:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 07:56:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Apr 23 09:56:09 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGvXd-0000hi-00 for ; Fri, 23 Apr 2004 09:56:09 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 470EB10B4A; Fri, 23 Apr 2004 09:52:23 +0200 (MEST) Original-Received: from dep.eco.rug.nl (dep.eco.rug.nl [129.125.24.250]) by ref.ntg.nl (Postfix) with ESMTP id D400010B32 for ; Fri, 23 Apr 2004 09:50:09 +0200 (MEST) Original-Received: from pc-030-081.eco.rug.nl (pc-030-081.eco.rug.nl [129.125.30.81]) by dep.eco.rug.nl (8.12.10/8.12.10) with ESMTP id i3N7roVj018303 for ; Fri, 23 Apr 2004 09:53:50 +0200 (MEST) X-Sender: knypstrs@imap.eco.rug.nl X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.1.1.2.20040422110035.02e649c8@server-1> Original-References: <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> X-Scanned-By: milter-spamc/0.9.102 (dep [129.125.24.250]); Fri, 23 Apr 2004 09:53:50 %z Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15051 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15051 Thank you Hans. The remaining problem is that the bigger shape is scaled down to the size of the smaller shapes. Sytse Here is the source: \setupFLOWcharts[ [ nx=1, ny=1, dx=40pt, dy=25pt, breedte=260pt, hoogte=130pt ] \setupFLOWlines [hoek=rond, kaderkleur=blauw, pijl=ja] \startFLOWchart[Observations] % The bigger shape \startFLOWcell \name{Obs} \location{1,1} \shape{action} \text{{\bf observations}} \stopFLOWcell \stopFLOWchart \setupFLOWcharts [ nx=3, ny=2, dx=40pt, dy=25pt, breedte=110pt, hoogte=130pt ] \startFLOWchart[Parameters] % The smaller shapes \startFLOWcell \name{Obs1} \location{1,1} \shape{node} \connection[bt]{CanPar} \stopFLOWcell \startFLOWcell \name{Obs2} \location{2,1} \shape{node} \connection[bt]{Means} \stopFLOWcell \startFLOWcell \name {CanPar} \location{1,2} \shape{action} \text{{\bf canonical\\parameters}\\$\btheta=\pmatrix{\theta_1\cr\vdots\cr\theta_n\cr}$} \connection[-r-l]{Means} \comment[t]{$\mu_i=h^{-1}(\theta_i)$} \comment[b]{$=b'(\theta_i)$} \stopFLOWcell \startFLOWcell \name {Means} \location{2,2} \shape{action} \text{{\bf means}\\~\\$\E\Y=\bmu=\pmatrix{\mu_1\cr\vdots\cr\mu_n\cr}$} \connection[+l+r]{CanPar} \comment[b]{$\theta_i=h(\mu_i)$} \connection[+r+l]{LinStruct} \comment[t]{link function} \comment[b]{$\eta_i=g(\mu_i)$} \stopFLOWcell \startFLOWcell \name {LinStruct} \location{3,2} \shape{action} \text{{\bf linear structure}\\~\\$\pmatrix{\eta_i\cr\vdots\cr\eta_n\cr}={\boldmath{\eta}}=\X\bbeta$} \connection[-l-r]{Means} \comment[t]{$\mu_i=g^{-1}(\eta_i)$} \comment[b]{response f.} \stopFLOWcell \stopFLOWchart \startoverlay {\FLOWchart[Parameters]} {\FLOWchart[Observations]} \stopoverlay At 4/22/2004 11:02, you wrote: >\startoverlay > {... de chart ...} > {... de chart ...} >\stopoverlay