## AHE data

bperp = np.genfromtxt(r"./AHE_n_dependence_bperp.txt") #mT
nu = np.genfromtxt(r"./AHE_n_dependence_nu.txt") #filling factor
rxy1 = np.genfromtxt(r"./AHE_n_dependence_rxys1.txt") #forward sweep
rxy2 = np.genfromtxt(r"./AHE_n_dependence_rxys2.txt") #backward sweep

## For line cut
i_n = np.abs(nu-3.02).argmin()
figure()
plot(bperp, rxy1[i_n], color = 'b')
plot(bperp[::-1], rxy2[i_n], color = 'r')


## For AHE map
figure()
pcolormesh(nu, perp, transpose((rxy1 - rxy2[:,::-1])/2e3)

## Landau fan

ax2 = fig.add_subplot(gs[0, 12:])
nu = np.genfromtxt(r"./fan_nu.txt")
bperp = np.genfromtxt(r"./fan_bperp.txt")
rxx = np.genfromtxt(r"./fan_rxx.txt")/1e3
