#### MATPLOTLIBRC FORMAT ## ff.mplstyle lines.linewidth: 2 # line width in points lines.markersize: 8 # marker size, in points axes.grid: True # display grid or not polaraxes.grid: True # display grid on polar axes grid.color: "#c0c0c0" # grid color grid.linewidth: 0.7 # in points axes.axisbelow: True # draw axis gridlines and ticks: # - below patches (True) # - above patches but below lines ('line') # - above all (False) axes.formatter.useoffset: False # If True, the tick label formatter # will default to labeling ticks relative # to an offset when the data range is # small compared to the minimum absolute # value of the data. xtick.direction: in # direction: {in, out, inout} ytick.direction: in # direction: {in, out, inout} errorbar.capsize: 5 # length of end cap on error bars in pixels