caf.viz.xy_plot#

Functionality for plotting of general X / Y data.

Functions

axes_plot_xy(fig, ax, type_, data[, cmap])

Add plot to given ax based on type_.

hexbin(fig, ax, data, *[, cmap, gridsize, ...])

Add hexbin plot to given ax and add colorbar to fig.

plot_xy(data, x_column, y_column[, type_, ...])

Create a graph of data based on given columns.

scatter(fig, ax, data, *[, density, cmap, ...])

Add scatter plot to given ax, with optional density colormap.

Classes

BasicData(*args, data, x_column, y_column[, ...])

Basic data for XY plots.

CmapData(column[, label, auto_label, cmap])

Colormap parameters.

XYPlotType(value)

Types of 2D XY plots.