Bases: object
Class to enable incremental appending of scatterplots, each of which generate additional marginal histograms.
Attributes
limits | |
xmax | |
xmin | |
ymax | |
ymin |
Methods
add_legends([xhists, yhists, scatter]) | Add legends to axes. |
append(x, y, scatter_kwargs[, hist_kwargs, ...]) | Adds a new scatter to self.scatter_ax as well as marginal histograms for the same data, borrowing addtional room from the axes. |
Methods
__init__(ax[, hist_size, pad]) | Class to enable incremental appending of scatterplots, each of which generate additional marginal histograms. |
add_legends([xhists, yhists, scatter]) | Add legends to axes. |
append(x, y, scatter_kwargs[, hist_kwargs, ...]) | Adds a new scatter to self.scatter_ax as well as marginal histograms for the same data, borrowing addtional room from the axes. |
Class to enable incremental appending of scatterplots, each of which generate additional marginal histograms.
Adds a new scatter to self.scatter_ax as well as marginal histograms for the same data, borrowing addtional room from the axes.
Parameters: | x, y : array-like
scatter_kwargs : dict
hist_kwargs : dict
xhist_kwargs, yhist_kwargs : dict
num_ticks : int
labels : array-like
hist_share : bool
marginal_histograms : bool
|
---|