Merge pull request #73 from ricardohbin/minor-fix-docs

fix: graph_attr example
pull/79/head
MinJae Kwon 5 years ago committed by GitHub
commit b99971f2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ from diagrams import Diagram
from diagrams.aws.compute import EC2
graph_attr = {
"fontsize": 45,
"fontsize": "45",
"bgcolor": "transparent"
}

Loading…
Cancel
Save