Python API Function Summary¶
[time index, 1 column] Autocorrelation plot. |
|
|
[category index, N columns] Bar plot, sometimes called a "column" plot. |
|
[category index, N columns] Bar plot |
[category index, N columns] Horizontal stacked bar plot. |
|
[category index, N columns] Stacked vertical bar, sometimes called a stacked column plot. |
|
[1 column] Bootstrap plots a randomly selected subset of the input series. |
|
|
[N columns] Box and whiskers plot. |
[x1, y1, x2, y2, x3, y3, ...] Double mass curve - cumulative sum of x against cumulative sum of y. |
|
|
[time index, Q, P] Hydrograph and hyetograph time-series plot. |
|
[time index(day), 1 column] 2D heatmap of daily data. |
|
[x, y, optional third data column] Hexbin plot. |
[N columns] Histogram. |
|
|
[N columns] Kernel density estimation of probability density function. |
|
[time index, N columns] A time-series plot with a kernel density estimation (KDE) plot. |
|
[time index, 1 column] Lag plot. |
[N columns] Log-normal x-axis. |
|
[N columns] Log-normal y-axis. |
|
[N columns] Normal x-axis. |
|
[N columns] Normal y-axis. |
|
[N columns] Probability plot. |
|
[N columns] Plots all columns against each other in matrix of plots. |
|
|
[obs column, sim N columns] Creates a "target" diagram to plot goodness of fit. |
|
[obs columns, sim N columns] Taylor diagram to plot goodness of fit. |
|
[time index, N columns] Time-series plot. |
[time index, N columns] Watefall plot. |
|
[N columns] Weibull x-axis. |
|
[N columns] Weibull y-axis. |
|
|
[x1, y1, x2, y2, x3, y3, ...] Creates an 'x,y' plot, also known as a scatter plot. |