timml.plots.PlotTim#

class timml.plots.PlotTim(ml)#

Plotting functionality for TimML models.

Provides methods for visualizing model layouts, contours, pathlines, and other model results.

Methods#

topview([win, newfig, figsize, orientation, ...])

Plot the model layout.

xsection([xy, labels, params, ax, fmt, units, ...])

Plot cross-section of model.

contour(win[, ngr, layers, levels, layout, labels, ...])

Head contour plot.

vcontour(win, n[, levels, labels, decimals, color, ...])

Head contour plot in vertical cross-section.

tracelines(xstart, ystart, zstart, hstepmax[, ...])

Function to trace multiple pathlines.

vcontoursf1D(x1, x2, nx, levels[, labels, decimals, ...])

Contour plot in vertical cross-section of 1D model.