A scatter plot of x- versus y-data, coloured by z-data. A single
colorbar is used, from the union of the ranges of z-data for each content
set, unless strict limits are passed as clim=(cmin, cmax) to
finalize().
|
|
__init__(self,
xlabel="",
ylabel="",
zlabel="",
title="",
subtitle="")
Basic plot initialization. |
source code
|
|
|
|
|
|
|
finalize(self,
loc='best',
logx=False,
logy=False,
logz=False,
clim=None,
base=10)
Stub. |
source code
|
|
|
|
| set_colorbar(self,
mappable,
clim=None,
log=True,
base=10) |
source code
|
|
|
|
| add_colorbar(self,
mappable,
cax=None,
clim=None,
log=False,
base=10,
label=None,
**kwargs) |
source code
|
|
|
Inherited from plotutils.BasicPlot:
add_legend_if_labels_exist,
close,
savefig
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|