From 2c93da4f15f15d607fb3abda7244e554ea479044 Mon Sep 17 00:00:00 2001 From: kritikpancholi Date: Thu, 3 Oct 2019 17:40:37 +0530 Subject: [PATCH 1/2] Updated logistics.py --- logistics.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/logistics.py b/logistics.py index ee35ef1..75ce6b4 100644 --- a/logistics.py +++ b/logistics.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # coding: utf-8 +# Contribution from Yash Jain import numpy as np import matplotlib.pyplot as plt - +import pandas as pd #pandas imported def draw(x1, x2): ln = plt.plot(x1, x2,'-') plt.pause(0.0001) From 1417e4b4c4fe01307a0073bf460af12fa48ec15a Mon Sep 17 00:00:00 2001 From: Yash280160 Date: Thu, 3 Oct 2019 17:48:55 +0530 Subject: [PATCH 2/2] Changed Python file --- logistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logistics.py b/logistics.py index 75ce6b4..3a3e37b 100644 --- a/logistics.py +++ b/logistics.py @@ -3,7 +3,7 @@ # Contribution from Yash Jain import numpy as np import matplotlib.pyplot as plt -import pandas as pd #pandas imported +import pandas as pd #pandas imported this def draw(x1, x2): ln = plt.plot(x1, x2,'-') plt.pause(0.0001)