My Project
frictionImports.py
Go to the documentation of this file.
1 import sys
2 import os
3 
4 from matplotlib import pyplot as plt
5 import numpy as np
6 
7 plt.rcParams["svg.fonttype"] = "none"
8 plt.rcParams["font.size"] = 16
9 plt.rcParams["savefig.directory"] = "../../Figures/Master"
10 plt.rcParams["savefig.format"] = "svg"