// Cohort Exclusion Process
digraph {
	graph [fontname=Helvetica splines=ortho]
	node [fillcolor=white fixedsize=true fontname=Helvetica height=1 shape=box style=filled width=2.5]
	edge [arrowhead=vee arrowsize=0.5 dir=forward minlen=1]
	A0 [label="100,000 patients
in MIMIC-IV" fontname=Helvetica shape=box]
	A1 [label="66,397 patients
with English Proficiency data" fontname=Helvetica shape=box]
	plot_dist1 [label="" color=transparent height=1.2 image="part1.svg" imagepos=bc imagescale=true shape=box width=3.0]
	{
		rank=same
		A1
		plot_dist1
	}
	E0 [label="33,603 patients excluded for
missing English Proficiency" fillcolor=floralwhite shape=box style=filled]
	IA0 [label="" height=0 shape=point]
	IA1 [label="" height=0 shape=point]
	A0 -> IA0 [arrowhead=none]
	IA0 -> A1
	IA0 -> E0 [constraint=false]
	{
		rank=same
		IA0
		E0
	}
	plot_dist0 [label="" color=transparent height=1.2 image="part0.svg" imagepos=bc imagescale=true shape=box width=3.25]
	A0 -> plot_dist0 [constraint=false style=invis]
	{
		rank=same
		A0
		plot_dist0
	}
	legend [label="" color=transparent height=1.2 image="legend.svg" imagepos=bl imagescale=true shape=box width=2.5]
	E0 -> legend [style=invis]
	{
		rank=same
		E0
		legend
	}
}
