Module pmagplotlib
[hide private]
[frames] | no frames]

Module pmagplotlib

source code

Functions [hide private]
 
drawFIGS(FIGS) source code
 
clearFIG(fignum) source code
 
click(event) source code
 
plot_init(fignum, w, h)
initializes plot number fignum with width w and height h
source code
 
gaussfunc(y, ybar, sigma)
cumulative normal distribution function of the variable y with mean ybar,standard deviation sigma uses expression 7.1.26 from Abramowitz & Stegun accuracy better than 1.5e-7 absolute
source code
 
k_s(X)
finds the probability that the data are distributed as func - used method of Numerical Recipes (Press et al., 1986)
source code
 
qsnorm(p)
rational approximation for x where q(x)=d, q being the cumulative normal distribution function.
source code
 
plotXY(fignum, X, Y, sym, xlab, ylab, title) source code
 
plotQQnorm(fignum, Y, title) source code
 
plotQQunf(fignum, D, title)
plots data against a uniform distribution in 0=>360.
source code
 
plotQQexp(fignum, I, title)
plots data against an exponential distribution in 0=>90.
source code
 
plotNET(fignum)
draws circle and tick marks for equal area projection
source code
 
plotDI(fignum, DIblock) source code
 
plotGC(fignum, pole)
function to put a great circle on an equal area projection plot, fig,fignum
source code
 
plotZ(fignum, datablock, angle, s) source code
 
plotMT(fignum, datablock, s, num) source code
 
plotZED(ZED, datablock, angle, s)
function to make equal area plot and zijderveld plot
source code
 
plotDir(ZED, pars, datablock, angle)
function to put the great circle on the equal area projection and plot start and end points of calculation
source code
 
plotA(fignum, indata, s) source code
 
plotNP(fignum, indata, s) source code
 
plotAZ(ZED, araiblock, zijdblock, s) source code
 
plotSHAW(SHAW, shawblock, zijdblock, field, s) source code
 
plotB(Figs, araiblock, zijdblock, pars) source code
 
plotLNP(fignum, s, datablock, fpars, direction_type_key)
plots lines and planes on a great circle with alpha 95 and mean
source code
 
dimap(D, I)
FUNCTION TO MAP DECLINATION, INCLINATIONS INTO EQUAL AREA PROJECTION, X,Y
source code
 
plotEQ(fignum, DIblock, s)
plots directions
source code
 
saveP(Figs, filenames) source code
 
plotEVEC(fignum, Vs, symsize, title)
plots eigenvector directions of S vectors
source code
 
plotELL(fignum, pars, col, lower)
function to calculate points on an ellipse about Pdec,Pdip with angle beta,gamma
source code
 
Vplot_init(fignum, w, h) source code
 
plotSTRAT(fignum, data, labels) source code
 
plotCDF(fignum, data, xlab, c, title) source code
 
plotHs(fignum, Ys, c, ls) source code
 
plotVs(fignum, Xs, c, ls) source code
 
get_TS(ts) source code
 
plotTS(fignum, dates, ts) source code
 
plotHYS(fignum, B, M, s)
function to plot hysteresis data
source code
 
plotDM(fignum, B, DM, Bcr, s)
function to plot Delta M curves
source code
 
plotDDM(fignum, Bdm, DdeltaM, s)
function to plot d (Delta M)/dB curves
source code
 
plotHDD(HDD, B, M, s)
function to make hysteresis, deltaM and DdeltaM plots
source code
 
plotDay(fignum, BcrBc, S, sym)
function to plot Day plots
source code
 
plotSBc(fignum, Bc, S, sym)
function to plot Squareness,Coercivity
source code
 
plotSBcr(fignum, Bcr, S, sym)
function to plot Squareness,Coercivity of remanence
source code
 
plotBcr(fignum, Bcr1, Bcr2)
function to plot two estimates of Bcr against each other
source code
 
plotHPARS(HDD, hpars, sym)
function to plot hysteresis parameters
source code
 
plotIRM(fignum, B, M, title)
function to plot IRM backfield curves
source code
 
plotXTF(fignum, XTF, Fs, e, b)
function to plot series of chi measurements as a function of temperature, holding field constant and varying frequency
source code
 
plotXTB(fignum, XTB, Bs, e, f)
function to plot series of chi measurements as a function of temperature, holding frequency constant and varying B
source code
 
plotXFT(fignum, XF, T, e, b)
function to plot series of chi measurements as a function of temperature, holding field constant and varying frequency
source code
 
plotXBT(fignum, XB, T, e, b)
function to plot series of chi measurements as a function of temperature, holding field constant and varying frequency
source code
 
plotzfcfc(MT, e)
function to plot zero-field cooled, field cooled data
source code
 
plotltc(LTC_CM, LTC_CT, LTC_WM, LTC_WT, e)
function to plot low temperature cycling experiments
source code
 
plot_close(plot) source code
 
plotANIS(ANIS, Ss, iboot, ihext, ivec, ipar, title, plt, comp, vec, Dir) source code
 
plotPIE(fig, fracs, labels, title) source code
 
plotTRM(fig, B, TRM, Bp, Mp, NLpars, title) source code
 
plotCONF(fignum, s, datablock, pars, new)
plots directions and confidence ellipses
source code
 
plotEI(fignum, E, I, f) source code
 
plotX(fignum, x, y, xmin, xmax, ymin, ymax) source code
 
plotCOM(CDF, BDI1, BDI2, d) source code
 
addBorders(Figs, titles, border_color, text_color) source code
Variables [hide private]
  globals = 0
  graphmenu = 0
  fig_x_pos = 25
  plt_num = 0
  fig_y_pos = 3505
  EI_plot_num = 0
  isServer = False
  verbose = True
Function Details [hide private]

qsnorm(p)

source code 
rational approximation for x where q(x)=d, q being the cumulative normal distribution function. taken from Abramowitz & Stegun p. 933 |error(x)| < 4.5*10**-4

dimap(D, I)

source code 

FUNCTION TO MAP DECLINATION, INCLINATIONS INTO EQUAL AREA PROJECTION, X,Y

Usage: dimap(D, I) Argin: Declination (float) and Inclination (float)