From: M. Taylor Saotome-Westlake Date: Sun, 15 May 2022 03:23:00 +0000 (-0700) Subject: zoomed-in two-types graph (and check in source this time) X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=f074f75fac5293e55cd9b50e7036d722fb4e2b9b zoomed-in two-types graph (and check in source this time) --- diff --git a/content/images/transition_dag_agp_zoomed.svg b/content/images/transition_dag_agp_zoomed.svg new file mode 100644 index 0000000..13cdc87 --- /dev/null +++ b/content/images/transition_dag_agp_zoomed.svg @@ -0,0 +1,106 @@ + + + + + + +G + + + +femininity + +femininity + + + +transition + +transition + + + +femininity->transition + + + + + +autogynephilic sexuality + +autogynephilic sexuality + + + +autogynephilic sexuality->transition + + + + + +beautiful pure\n sacred self-identity\n thing + +beautiful pure + sacred self-identity + thing + + + +autogynephilic sexuality->beautiful pure\n sacred self-identity\n thing + + + + + +cultural factors + +cultural factors + + + +cultural factors->transition + + + + + +sexual orientation + +sexual orientation + + + +sexual orientation->femininity + + + + + +sexual orientation->autogynephilic sexuality + + + + + +erotic target\n location error + +erotic target + location error + + + +erotic target\n location error->autogynephilic sexuality + + + + + +beautiful pure\n sacred self-identity\n thing->transition + + + + + diff --git a/notes/two-type_graphs_source.txt b/notes/two-type_graphs_source.txt new file mode 100644 index 0000000..74bb9aa --- /dev/null +++ b/notes/two-type_graphs_source.txt @@ -0,0 +1,22 @@ +digraph G { +"sexual orientation" -> femininity +"erotic target\n location error" -> autogynephilia +"sexual orientation" -> autogynephilia +femininity -> transition +autogynephilia -> transition +"cultural factors" -> transition +} + +digraph G { +subgraph { + rank = same; femininity; "autogynephilic sexuality"; "cultural factors"; +} +"sexual orientation" -> femininity +"erotic target\n location error" -> "autogynephilic sexuality" +"sexual orientation" -> "autogynephilic sexuality" +"autogynephilic sexuality" -> transition +"autogynephilic sexuality" -> "beautiful pure\n sacred self-identity\n thing" +"beautiful pure\n sacred self-identity\n thing" -> transition +femininity -> transition +"cultural factors" -> transition +}