module docstring

release/4.3a0
Varun Agrawal 2025-02-09 11:49:34 -05:00
parent 7809769347
commit 6e587cfcb6
1 changed files with 14 additions and 1 deletions

View File

@ -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