From 139acc534696a6f38dc10c9cccab115ff492b78e Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 9 Feb 2025 12:18:14 -0500 Subject: [PATCH] fix docstring --- python/gtsam/examples/plot_city10000.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/gtsam/examples/plot_city10000.py b/python/gtsam/examples/plot_city10000.py index c08abb529..155e94db0 100644 --- a/python/gtsam/examples/plot_city10000.py +++ b/python/gtsam/examples/plot_city10000.py @@ -10,8 +10,9 @@ Can be used to plot results from both C++ and python scripts. Usage: ``` -python plot_city10000.py Data/ISAM2_GT_city10000.txt \ - --estimates ../build/examples/ISAM2_city10000.txt ../build/examples/Hybrid_City10000.txt +python plot_city10000.py ../../../examples/Data/ISAM2_GT_city10000.txt \ + --estimates ../../../build/examples/ISAM2_city10000.txt \ + ../../../build/examples/Hybrid_City10000.txt ``` NOTE: We can pass in as many estimates as we need,