Fixes to graph visualization in tikz + dot!
emjun opened this issue · 1 comments
emjun commented
causes
andassociates
edges should be the same style (solid) and different fromhas
(dotted),nests
(dashed)- dependent variables should be filled in with "light-ish" grey (i.e., grey!30) -->
def get_causes_associates_tikz_graph(self)
-->def get_causes_associates_tikz_graph(self, dv: AbstractVariable)
emjun commented
Afterwards, PR to merge into main and then add missing data types (e.g., SetUp), update function names (e.g., moderatesss), etc. based on new API