From 7bd480d048920d1a6848a79b6120a6961a852e60 Mon Sep 17 00:00:00 2001 From: Jovina Date: Tue, 4 Oct 2011 14:30:15 +0530 Subject: Added image files to 'Advanced Python'. --- advanced_python/data/L-TSq-limited.png | Bin 0 -> 21384 bytes advanced_python/data/L-Tsq-Line.png | Bin 0 -> 26617 bytes advanced_python/data/L-Tsq-points.png | Bin 0 -> 21813 bytes advanced_python/data/L-Tsq.png | Bin 0 -> 16776 bytes advanced_python/data/least-sq-fit.png | Bin 0 -> 31715 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 advanced_python/data/L-TSq-limited.png create mode 100644 advanced_python/data/L-Tsq-Line.png create mode 100644 advanced_python/data/L-Tsq-points.png create mode 100644 advanced_python/data/L-Tsq.png create mode 100644 advanced_python/data/least-sq-fit.png diff --git a/advanced_python/data/L-TSq-limited.png b/advanced_python/data/L-TSq-limited.png new file mode 100644 index 0000000..c6e280e Binary files /dev/null and b/advanced_python/data/L-TSq-limited.png differ diff --git a/advanced_python/data/L-Tsq-Line.png b/advanced_python/data/L-Tsq-Line.png new file mode 100644 index 0000000..5535eff Binary files /dev/null and b/advanced_python/data/L-Tsq-Line.png differ diff --git a/advanced_python/data/L-Tsq-points.png b/advanced_python/data/L-Tsq-points.png new file mode 100644 index 0000000..3b8f2a3 Binary files /dev/null and b/advanced_python/data/L-Tsq-points.png differ diff --git a/advanced_python/data/L-Tsq.png b/advanced_python/data/L-Tsq.png new file mode 100644 index 0000000..75f2c70 Binary files /dev/null and b/advanced_python/data/L-Tsq.png differ diff --git a/advanced_python/data/least-sq-fit.png b/advanced_python/data/least-sq-fit.png new file mode 100644 index 0000000..dba2afb Binary files /dev/null and b/advanced_python/data/least-sq-fit.png differ -- cgit