An error occurred while fetching this tab.
ENH: to_graphics now has `no_shadow` option.
- Apr 25, 2022
-
-
Daniel Hornung authored
-
Daniel Hornung authored
-
Just a small new option for plantuml generation
import caosdb as db; from caosdb.utils import plantuml
cont = db.Container().append(db.RecordType(name="test"))
plantuml.to_graphics(cont, "test_with")
plantuml.to_graphics(cont, "test_without", no_shadow=True)
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.