API Reference

Contents

API Reference#

Core#

Array(values[, unit, name])

Datagroup(*args, **kwargs)

Dataset(*args, **kwargs)

units

Vector(x[, y, z, name, unit])

Plotting#

hist1d(*layers[, bins, weights, logx, logy, ...])

Plot a 1D histogram with arbitrary number of variables as input.

hist2d(x, y, *layers[, bins, mode, logx, ...])

Plot a 2D histogram with two variables as input.

map(*layers[, direction, dx, dy, dz, ...])

Create a 2D spatial map of a region inside a simulation domain.

plot(x, *y[, logx, logy, loglog, filename, ...])

Make a 1D plot with two variables as input.

scatter(x, y[, color, size, logx, logy, ...])

Make a 2D scatter plot with two variables as input.