diff --git a/dowhy/causal_model.py b/dowhy/causal_model.py index 2ec7d41144..b5a22c7c06 100755 --- a/dowhy/causal_model.py +++ b/dowhy/causal_model.py @@ -434,7 +434,7 @@ def refute_estimate(self, estimand, estimate, method_name=None, show_progress_ba res = refuter.refute_estimate(show_progress_bar) return res - def view_model(self, layout="dot", size=(8, 6), file_name="causal_model"): + def view_model(self, layout=None, size=(8, 6), file_name="causal_model"): """View the causal DAG. :param layout: string specifying the layout of the graph.