PrabhakarVenkat commited on
Commit
08921ee
·
verified ·
1 Parent(s): 9160cbd

Upload 5 files

Browse files
Matplotlib_Basics.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Matplotlib_Basics
2
+ ![logo](https://github.com/prabhakarvenkat/Matplotlib_Basics/blob/63651e5fca73e9114ae478c86f782de43ad75991/matplot_title_logo.png)
3
+ <h2>What is Matplotlib?</h2>
4
+ <p>Matplotlib is a low level graph plotting library in python that serves as a visualization utility.
5
+
6
+ Matplotlib was created by John D. Hunter.
7
+
8
+ Matplotlib is open source and we can use it freely.
9
+
10
+ Matplotlib is mostly written in python, a few segments are written in C, Objective-C and Javascript for Platform compatibility.</p>
fifa_data.csv ADDED
The diff for this file is too large to render. See raw diff
 
gas_prices.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Year,Australia,Canada,France,Germany,Italy,Japan,Mexico,South Korea,UK,USA
2
+ 1990,,1.87,3.63,2.65,4.59,3.16,1,2.05,2.82,1.16
3
+ 1991,1.96,1.92,3.45,2.9,4.5,3.46,1.3,2.49,3.01,1.14
4
+ 1992,1.89,1.73,3.56,3.27,4.53,3.58,1.5,2.65,3.06,1.13
5
+ 1993,1.73,1.57,3.41,3.07,3.68,4.16,1.56,2.88,2.84,1.11
6
+ 1994,1.84,1.45,3.59,3.52,3.7,4.36,1.48,2.87,2.99,1.11
7
+ 1995,1.95,1.53,4.26,3.96,4,4.43,1.11,2.94,3.21,1.15
8
+ 1996,2.12,1.61,4.41,3.94,4.39,3.64,1.25,3.18,3.34,1.23
9
+ 1997,2.05,1.62,4,3.53,4.07,3.26,1.47,3.34,3.83,1.23
10
+ 1998,1.63,1.38,3.87,3.34,3.84,2.82,1.49,3.04,4.06,1.06
11
+ 1999,1.72,1.52,3.85,3.42,3.87,3.27,1.79,3.8,4.29,1.17
12
+ 2000,1.94,1.86,3.8,3.45,3.77,3.65,2.01,4.18,4.58,1.51
13
+ 2001,1.71,1.72,3.51,3.4,3.57,3.27,2.2,3.76,4.13,1.46
14
+ 2002,1.76,1.69,3.62,3.67,3.74,3.15,2.24,3.84,4.16,1.36
15
+ 2003,2.19,1.99,4.35,4.59,4.53,3.47,2.04,4.11,4.7,1.59
16
+ 2004,2.72,2.37,4.99,5.24,5.29,3.93,2.03,4.51,5.56,1.88
17
+ 2005,3.23,2.89,5.46,5.66,5.74,4.28,2.22,5.28,5.97,2.3
18
+ 2006,3.54,3.26,5.88,6.03,6.1,4.47,2.31,5.92,6.36,2.59
19
+ 2007,3.85,3.59,6.6,6.88,6.73,4.49,2.4,6.21,7.13,2.8
20
+ 2008,4.45,4.08,7.51,7.75,7.63,5.74,2.45,5.83,7.42,3.27
matplot_title_logo.png ADDED