mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
graph.yed.MapAttr2Shape: Add Class
MapAttr2Shape is a class which allows processing GraphML files, such that nodes get added shape attributes understood by the yEd editor, based on the values of other node attributes. This allows to programmatically visualize node attributes. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b2b726b632
commit
89578b788f
3 changed files with 199 additions and 0 deletions
4
tools/python/jwutils/graph/yed/Makefile
Normal file
4
tools/python/jwutils/graph/yed/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ../../../../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/py-mod.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue