Added RMS error plotting to measured results. Theoretical is still a WiP.
This commit is contained in:
parent
852f4cad1d
commit
54f1c18e07
5 changed files with 235 additions and 42 deletions
|
@ -13,6 +13,7 @@ from matplotlib import rcParams, pyplot as pp
|
|||
from cycler import cycler
|
||||
|
||||
POLAR_YLIM_CONST=(-18,-6)
|
||||
POLAR_YLIM_CONST_MEAS=(-22,-10)
|
||||
POLAR_YLIM_CONST_ALT=(-32,-6)
|
||||
|
||||
fcFontList = FM.get_fontconfig_fonts()
|
||||
|
@ -54,6 +55,7 @@ rcParams['mathtext.bf'] = 'serif:bold'
|
|||
rcParams['mathtext.sf'] = 'serif'
|
||||
rcParams['mathtext.tt'] = 'monospace'
|
||||
rcParams['lines.linewidth'] = 1.0
|
||||
#rcParams['axes.grid'] = True
|
||||
|
||||
# axes.prop_cycle
|
||||
COLOR_CYCLE_LIST = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue