scatterd

Scatterd is a Python package for easy and fast creation of beautiful scatter plots.

OTHER License

Downloads
5.8K
Stars
10
Committers
3

Bot releases are hidden (Show)

scatterd - v1.3.7 Latest Release

Published by erdogant about 1 year ago

  • Remove warning when fontsize is set to 0
scatterd - v1.3.6

Published by erdogant about 1 year ago

  • 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
scatterd - v1.3.5

Published by erdogant over 1 year ago

  • Add new function to init: jitter_func, normalize_between_0_and_1
  • update jitter function and code cleaning
scatterd - v1.3.4

Published by erdogant over 1 year ago

  • Added parameter to set different method for the opaque opaque_type: per_class, all and lineair
scatterd - v.1.3.3

Published by erdogant over 1 year ago

  • fix for import
scatterd - v1.3.2

Published by erdogant over 1 year ago

  • 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
scatterd - v1.3.1

Published by erdogant over 1 year ago

  • Fix for fontsizes
scatterd - v1.3.0

Published by erdogant over 1 year ago

  • Updates the in different layers of scatterpoints, density and text
  • Added new parameter: density_on_top, making density on top.
  • Various other updates
scatterd - v1.2.7

Published by erdogant over 1 year ago

Tons of updates!

  • Markers are included
  • Speed improvements
  • code refactoring
  • showfig is now visible
  • Better aligned with input parameters from matplotlib
  • Docstrings updated
scatterd - v1.2.6

Published by erdogant over 1 year ago

  • add jitter functionality
  • update docstrings
scatterd - v1.2.5

Published by erdogant almost 2 years ago

  • custom colors have preferences over cmap and gradients
scatterd - v1.2.4

Published by erdogant almost 2 years ago

fix to use the specified input rgb colors

scatterd - v1.2.3

Published by erdogant almost 2 years ago

  • In case there is a single class label, still use the cmap when provided.
scatterd - v1.2.2

Published by erdogant almost 2 years ago

  • Create density colors for a single class.
scatterd - v1.2.1

Published by erdogant almost 2 years ago

  • added library requests to the requirements
scatterd - v1.2.0

Published by erdogant about 2 years ago

  • Output is now: fig, ax
scatterd - v1.1.3

Published by erdogant about 2 years ago

  • Fix for import cyclic dependencies #1
scatterd - v1.1.2

Published by erdogant over 2 years ago

  • fix in case sample size is too small to create density colors
scatterd - v1.1.1

Published by erdogant over 2 years ago

  • fix for creating colors
scatterd - v1.1.0

Published by erdogant over 2 years ago

  • gradient color plotting
  • 3d scatter plot