From b395e1688d521c4863aabd77c20c14fd96580242 Mon Sep 17 00:00:00 2001 From: Thomas Kraxner <71735135+Kraego@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:42:27 +0200 Subject: [PATCH] Working DAG plot in Examples.rst (#102) --- docs/source/Examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Examples.rst b/docs/source/Examples.rst index dd0c0ed..70cf7a1 100644 --- a/docs/source/Examples.rst +++ b/docs/source/Examples.rst @@ -340,7 +340,7 @@ Plot the DAG .. code-block:: python - bnlearn.plot(DAG) + bn.plot(DAG) .. _fig-DAG-sprinkler: @@ -428,4 +428,4 @@ Print the values: -.. include:: add_bottom.add \ No newline at end of file +.. include:: add_bottom.add