jw-python/tools/python/jwutils/graph/yed/Makefile
Jan Lindemann 89578b788f 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>
2025-07-27 18:12:05 +02:00

4 lines
89 B
Makefile

TOPDIR = ../../../../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/py-mod.mk