API Reference

Figure API

shellplot.figure

alias of Figure

shellplot.figure.Figure([figsize, xlim, ...])

Encapsulates a shellplot figure.

Plotting functions

shellplot.plot(x, y[, fig])

Plot x versus y as scatter.

shellplot.hist(x[, bins, fig])

Plot a histogram of x

shellplot.barh(x[, labels, fig])

Plot horizontal bars

shellplot.boxplot(x[, labels, fig])

Plot a boxplot of x

Data loading

shellplot.load_dataset(name)

Load dataset from shellplot library