Skip to content

Releases: erdogant/scatterd

v1.3.7

25 Aug 09:43
Compare
Choose a tag to compare
  • Remove warning when fontsize is set to 0

v1.3.6

05 Aug 18:26
Compare
Choose a tag to compare
  • 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

28 May 21:16
Compare
Choose a tag to compare
  • Add new function to init: jitter_func, normalize_between_0_and_1
  • update jitter function and code cleaning

v1.3.4

27 May 20:55
Compare
Choose a tag to compare
  • Added parameter to set different method for the opaque opaque_type: per_class, all and lineair

v.1.3.3

27 May 16:49
Compare
Choose a tag to compare
  • fix for import

v1.3.2

27 May 12:46
Compare
Choose a tag to compare
  • 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.1

23 Apr 09:55
Compare
Choose a tag to compare
  • Fix for fontsizes

v1.3.0

22 Apr 16:15
Compare
Choose a tag to compare
  • 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

21 Apr 16:00
Compare
Choose a tag to compare

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

16 Apr 18:58
Compare
Choose a tag to compare
  • add jitter functionality
  • update docstrings