Releases: erdogant/scatterd
Releases · erdogant/scatterd
v1.3.7
- Remove warning when fontsize is set to 0
v1.3.6
- Logging is standardized and replaced by print messages.
- The standardized verbose setting are:
60 or 'silent' , 40 or 'error', 30 or 'warning' , 20 or 'info', 10 or 'debug'
- The library datazets is used to import example datasets and the libraries request and wget are removed.
- Docstrings updated
v1.3.5
- Add new function to init: jitter_func, normalize_between_0_and_1
- update jitter function and code cleaning
v1.3.4
- Added parameter to set different method for the opaque
opaque_type
: per_class, all and lineair
v1.3.2
- Density in figure is improved. The default is set to
gradient='opaque'
which will automatically include transparency of points based on the density of the data.
- bugfix for
zorder
when it was None
v1.3.0
- Updates the in different layers of scatterpoints, density and text
- Added new parameter:
density_on_top
, making density on top.
- Various other updates
v1.2.7
Tons of updates!
- Markers are included
- Speed improvements
- code refactoring
- showfig is now visible
- Better aligned with input parameters from matplotlib
- Docstrings updated
v1.2.6
- add jitter functionality
- update docstrings