This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Allow Node as Cluster with same label
pull/407/head^2
Bruno Meneguello
3 years ago
parent
496a69cb4f
commit
0115211b34
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
View File
@@ -406,7 +406,7 @@ class Node:
self._diagram.remove_node(self._id)
setcluster(self)
self._id = "cluster_" + self.
label
self._id = "cluster_" + self.
_id
self.dot = Digraph(self._id)
self._nodes = {}
Write
Preview
Loading…
Cancel
Save