Block diagrams: Chaining 3+ entities with arrows? #5527
Unanswered
stefanlasiewski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should I be able to use a block diagram to chain 3+ blocks together?
If I use flowcharts, for example, I can chain three or more entities together. The following code:
results in the following diagram:
But If I try the same thing with a block diagram, I get ghost entities. This code:
results in the following:
I can accomplish something similar if I use arrows one line at a time. However, this is difficult to scale once I start adding many entities. The following:
Results in the following:
Beta Was this translation helpful? Give feedback.
All reactions