Each time I execute the below code the rendering sequence change. How do I fix the sequence?
from diagrams import Diagram, Cluster
from diagrams.azure.compute import VMLinux, Disks
from diagrams.azure.storage import NetappFiles
from diagrams.azure.network import LoadBalancers, NetworkInterfaces
with Diagram("ECC", show=True, direction="BT") as diag:
Hi All,
Each time I execute the below code the rendering sequence change. How do I fix the sequence?
from diagrams import Diagram, Cluster from diagrams.azure.compute import VMLinux, Disks from diagrams.azure.storage import NetappFiles from diagrams.azure.network import LoadBalancers, NetworkInterfaces
with Diagram("ECC", show=True, direction="BT") as diag: