I want to make a simple conceptual frame work gravitationally where the connections are not curved from the factors to the event, an example in Fig. 1.
My motivation of the gravity approach is in the great thread answer How to find y-axis joint similarity in two pictures?, in an analogue to stiching relativistically images by convert -gravity SouthWest -crop ${W1}x${PX}+0+0 "${1}" +repage check1.png.
An illustation of some tools needed here is in the thread TikZ: squares and arrows where rotation and simpfications are necessary, but with the application of the gravity approach.
I think the Tikz libraries
arrows.meta,chains,decorations.pathreplacing are necessary.
Pseudocode
- how to have a separate between the initial factors just like in Fig. 1
- start gravitationally arrow from the right-hand-side of the factor text blocks, connect at the center of the image, and then, point to the middle of the event block
- OR a simple method to make a conceptual flow chart in Tikz
Code without any selection of specific Tikz package because I think it should be possible to do with pure tikz
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,chains,decorations.pathreplacing}
\begin{document}
\begin{figure}
\centering
\begin{tikzpicture}
% TODO apply here gravity approach
% 1. in placing factor boxes at the left-hand-side
% 2. in starting arrows from the central right-hand-side of those boxes,
% 3. in joining together at the middle of the whole picture at the central left-hand-side of the event text box
\end{tikzpicture}
\caption{Conceptual flow chart.}
\end{figure}
\end{document}
Fig. 1 Example of expected output but use below minimal initial factors to the event (produced by Google Spreadsheet)
Setting
Minimal expected initial factors
- Demographic variables: Age, gender
- Expert variables: ST, blocks
In connection the the event: Arr.
TeXLive: 2016
Engine: XeTeX
OS: Debian 8.7




