Article Outline
Python matplotlib example 'header'
Modules used in program:
import oei.file_cache
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np
python header
Python matplotlib example: header
# %load header.py to load
# Header code: https://gist.github.com/chrisoei/95050680b94992432588
%matplotlib inline
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
#import seaborn as sns
import oei.file_cache
cache = oei.file_cache.FileCache()
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com