My Project
phase_plot_imports.py
Go to the documentation of this file.
1 import sys
2 import os
3 sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + "/..")
4 
5 from matplotlib import pyplot as plt
6 import numpy as np
7 from helpFunctions import LoadFile
8 
9 loader = LoadFile()
10 
11 import matplotlib as mpl
12 mpl.rcParams["savefig.directory"] = "../Notes/Shared_notes" #os.path.dirname(os.path.realpath(__file__))[Week 14](../week_14)