ENH: to_graphics now has `no_shadow` option.
1 unresolved thread
1 unresolved thread
Compare changes
+ 27
− 5
@@ -88,6 +88,7 @@ def recordtypes_to_plantuml_string(iterable,
@@ -88,6 +88,7 @@ def recordtypes_to_plantuml_string(iterable,
@@ -109,6 +110,20 @@ def recordtypes_to_plantuml_string(iterable,
@@ -109,6 +110,20 @@ def recordtypes_to_plantuml_string(iterable,
@@ -158,6 +173,9 @@ def recordtypes_to_plantuml_string(iterable,
@@ -158,6 +173,9 @@ def recordtypes_to_plantuml_string(iterable,
@@ -330,6 +348,7 @@ def to_graphics(recordtypes: list[db.Entity], filename: str,
@@ -330,6 +348,7 @@ def to_graphics(recordtypes: list[db.Entity], filename: str,
@@ -352,12 +371,15 @@ def to_graphics(recordtypes: list[db.Entity], filename: str,
@@ -352,12 +371,15 @@ def to_graphics(recordtypes: list[db.Entity], filename: str,