From 6e587cfcb613c9ff2e21ac3d652f055f2650a30e Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 9 Feb 2025 11:49:34 -0500 Subject: [PATCH] module docstring --- examples/plot_city10000.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/examples/plot_city10000.py b/examples/plot_city10000.py index 1eef73284..c914e22bc 100644 --- a/examples/plot_city10000.py +++ b/examples/plot_city10000.py @@ -1,4 +1,17 @@ -"""Script to plot City10000 results""" +""" +GTSAM Copyright 2010-2019, Georgia Tech Research Corporation, +Atlanta, Georgia 30332-0415 +All Rights Reserved + +See LICENSE for the license information + +Script to plot City10000 results. +Can be used to plot results from both C++ and python scripts. + +python plot_city10000.py + +Author: Varun Agrawal +""" import numpy as np from matplotlib import pyplot as plt