t_0100 In [7]: #10 keV ver import glob import numpy as np import matplotlib.pyplot as plt from cycler import cycler # %matplotlib tk % matplotlib inline config = { 'lines.linewidth' : 1.5 , 'xtick.direction' : 'in' , 'ytick.direction' : 'in' , 'font.sans-serif' : [ 'Helvetica' , 'Arial' ], 'font.family' : [ 'sans-serif' ], 'font.size' : 12 , 'figure.dpi' : 200 , 'legend.fontsize' : 'small' , # 'medium', 'figure.figsize' : [ 8 , 6 ], 'lines.markersize' : 3.0 , 'legend.frameon' : True , 'lines.markersize' : 3.0 , 'savefig.transparent' : True , 'lines.markeredgewidth' : 0.7 , 'lines.markerfacecolor' : 'w' , 'legend.edgecolor...