|
27 | 27 | PackageScope["$destroyedEdgeStyle"]
|
28 | 28 | PackageScope["$createdEdgeStyle"]
|
29 | 29 | PackageScope["$destroyedAndCreatedEdgeStyle"]
|
30 |
| -PackageScope["$causalGraphVertexStyle"] |
31 |
| -PackageScope["$expressionVertexStyle"] |
32 |
| -PackageScope["$causalGraphInitialVertexStyle"] |
33 |
| -PackageScope["$causalGraphFinalVertexStyle"] |
34 |
| -PackageScope["$causalGraphEdgeStyle"] |
35 |
| -PackageScope["$causalGraphBackground"] |
| 30 | +PackageScope["$eventVertexStyle"] |
| 31 | +PackageScope["$tokenVertexStyle"] |
| 32 | +PackageScope["$initialEventVertexStyle"] |
| 33 | +PackageScope["$finalEventVertexStyle"] |
| 34 | +PackageScope["$causalEdgeStyle"] |
| 35 | +PackageScope["$tokenEventGraphBackground"] |
36 | 36 | PackageScope["$vertexSize"]
|
37 | 37 | PackageScope["$arrowheadLengthFunction"]
|
38 | 38 | PackageScope["$edgeArrowheadShape"]
|
|
132 | 132 | combinedOptionsProperties[Graph][VertexStyle -> $vertexStyle, EdgeStyle -> $edgeLineStyle]
|
133 | 133 | |>,
|
134 | 134 | "CausalGraph" -> <|
|
135 |
| - "VertexStyle" -> $causalGraphVertexStyle, |
136 |
| - "InitialVertexStyle" -> $causalGraphInitialVertexStyle, |
137 |
| - "FinalVertexStyle" -> $causalGraphFinalVertexStyle, |
138 |
| - "EdgeStyle" -> $causalGraphEdgeStyle, |
139 |
| - "Background" -> $causalGraphBackground, |
140 |
| - combinedOptionsProperties[Graph][VertexStyle -> $causalGraphVertexStyle, EdgeStyle -> $causalGraphEdgeStyle] |
| 135 | + "VertexStyle" -> $eventVertexStyle, |
| 136 | + "InitialVertexStyle" -> $initialEventVertexStyle, |
| 137 | + "FinalVertexStyle" -> $finalEventVertexStyle, |
| 138 | + "EdgeStyle" -> $causalEdgeStyle, |
| 139 | + "Background" -> $tokenEventGraphBackground, |
| 140 | + combinedOptionsProperties[Graph][VertexStyle -> $eventVertexStyle, EdgeStyle -> $causalEdgeStyle] |
141 | 141 | |>,
|
142 | 142 | "ExpressionsEventsGraph" -> <|
|
143 |
| - "EventVertexStyle" -> $causalGraphVertexStyle, |
144 |
| - "ExpressionVertexStyle" -> $expressionVertexStyle, |
145 |
| - "InitialVertexStyle" -> $causalGraphInitialVertexStyle, |
146 |
| - "FinalVertexStyle" -> $causalGraphFinalVertexStyle, |
147 |
| - "EdgeStyle" -> $causalGraphEdgeStyle, |
148 |
| - "Background" -> $causalGraphBackground |
| 143 | + "EventVertexStyle" -> $eventVertexStyle, |
| 144 | + "ExpressionVertexStyle" -> $tokenVertexStyle, |
| 145 | + "InitialVertexStyle" -> $initialEventVertexStyle, |
| 146 | + "FinalVertexStyle" -> $finalEventVertexStyle, |
| 147 | + "EdgeStyle" -> $causalEdgeStyle, |
| 148 | + "Background" -> $tokenEventGraphBackground |
149 | 149 | |>,
|
150 | 150 | "Rule" -> <|
|
151 | 151 | "SharedElementHighlight" -> $sharedRuleElementsHighlight,
|
|
190 | 190 | "EvolutionCausalGraph" -> <|
|
191 | 191 | "StateVertexStyle" -> $statesGraphVertexStyle,
|
192 | 192 | "EvolutionEdgeStyle" -> $evolutionCausalGraphEvolutionEdgeStyle,
|
193 |
| - "EventVertexStyle" -> $causalGraphVertexStyle, |
| 193 | + "EventVertexStyle" -> $eventVertexStyle, |
194 | 194 | "CausalEdgeStyle" -> $evolutionCausalGraphCausalEdgeStyle
|
195 | 195 | |>,
|
196 | 196 | "BranchialGraph" -> <|
|
|
288 | 288 | $destroyedAndCreatedEdgeStyle -> Directive[Hue[0.02, 0.94, 0.83], Thick, AbsoluteDashing[{1, 3}]],
|
289 | 289 |
|
290 | 290 | (* Causal graph *)
|
291 |
| - $causalGraphVertexStyle -> Directive[Hue[0.11, 1, 0.97], EdgeForm[{Hue[0.11, 1, 0.97], Opacity[1]}]], |
292 |
| - $expressionVertexStyle -> |
| 291 | + $eventVertexStyle -> Directive[Hue[0.11, 1, 0.97], EdgeForm[{Hue[0.11, 1, 0.97], Opacity[1]}]], |
| 292 | + $tokenVertexStyle -> |
293 | 293 | Directive[Hue[0.63, 0.66, 0.81], Opacity[0.1], EdgeForm[Directive[Hue[0.63, 0.7, 0.5], Opacity[0.7]]]],
|
294 |
| - $causalGraphInitialVertexStyle -> |
| 294 | + $initialEventVertexStyle -> |
295 | 295 | Directive[RGBColor[{0.259, 0.576, 1}], EdgeForm[{RGBColor[{0.259, 0.576, 1}], Opacity[1]}]],
|
296 |
| - $causalGraphFinalVertexStyle -> Directive[White, EdgeForm[{Hue[0.11, 1, 0.97], Opacity[1]}]], |
297 |
| - $causalGraphEdgeStyle -> Hue[0, 1, 0.56], |
298 |
| - $causalGraphBackground -> None, |
| 296 | + $finalEventVertexStyle -> Directive[White, EdgeForm[{Hue[0.11, 1, 0.97], Opacity[1]}]], |
| 297 | + $causalEdgeStyle -> Hue[0, 1, 0.56], |
| 298 | + $tokenEventGraphBackground -> None, |
299 | 299 |
|
300 | 300 | (* HypergraphPlot *)
|
301 | 301 | $vertexSize -> 0.06,
|
|
0 commit comments