milkviz.bubble#

milkviz.bubble(data=None, x=None, y=None, hue=None, size=None, cmap=None, norm=None, vmin=None, vmax=None, sizes=(10, 250), size_norm=None, dtype=None, legend_kw=None, cbar_kw=None, ax=None, **kwargs) Axes#

Bubble plot

Parameters
data
x
y
hue
size
cmapdefault to “RdBu”
norm
vmin
vmax
sizes
size_norm
dtype:
legend_kwdict

The options to configure legend

cbar_kwdict

The options to configure colorbar

ax