Is there any way to give spaces among the diagrams to align to look good. #840
animesh-11
started this conversation in
General
Replies: 1 comment
-
Have a look at the following: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add spaces as well as want to make the line a little longer to align the diagrams. Please let me know how to do it ??
from diagrams import Diagram, Cluster
from diagrams.programming.flowchart import Action
from diagrams.programming.flowchart import Inspection
from diagrams.onprem.client import User
from diagrams.onprem.client import Client
#from diagrams.aws.engagement import SimpleEmailServiceSesEmail
with Diagram("How to order Pizza") as diag:
#B3 = User("Pizza Received")
diag
Beta Was this translation helpful? Give feedback.
All reactions