v0.4.0
Changes
- Breaking change: Renamed
color_active
andconnection_color_active
tocolor_selected
andconnection_color_selected
respectively for clarity. - Add support for axes via
Scatter(axes=True, axes_grid=True)
orscatter.axes(True, grid=True)
. - Add support for log and power x/y scales via
Scatter(x_scale='log')
orscatter.y(scale='pow')
. - Add docstrings and type hints