Added support to plot measurement data

Added support to plot measurement results, as well as some updates to the default style.
This commit is contained in:
Luke 2018-07-30 19:01:37 -07:00
parent 910f7743b1
commit 852f4cad1d
7 changed files with 176 additions and 30 deletions

View file

@ -12,6 +12,9 @@ import re
from matplotlib import rcParams, pyplot as pp
from cycler import cycler
POLAR_YLIM_CONST=(-18,-6)
POLAR_YLIM_CONST_ALT=(-32,-6)
fcFontList = FM.get_fontconfig_fonts()
# Search only for fonts that have name matches similar to this
# note this is ALSO a priority list
@ -50,6 +53,7 @@ rcParams['mathtext.it'] = 'serif:italic'
rcParams['mathtext.bf'] = 'serif:bold'
rcParams['mathtext.sf'] = 'serif'
rcParams['mathtext.tt'] = 'monospace'
rcParams['lines.linewidth'] = 1.0
# axes.prop_cycle
COLOR_CYCLE_LIST = [