Recent Releases of scatterd

scatterd - 1.4.1

  • markers can be set to "labels" which creates different markers on the labels
  • Add context manager for managing font properties (issue #3)

Thanks to @vinisalazar for his contribution that ensures rcParams are properly reset after the context, preventing unintended side effects on subsequent figures.

- Python
Published by erdogant 10 months ago

scatterd - 1.4.0

  • Fix for density plot in 3d

- Python
Published by erdogant 10 months ago

scatterd - 1.3.9

  • Library datazets is removed from imports
  • Logging update
  • Code refactoring

- Python
Published by erdogant about 1 year ago

scatterd - 1.3.8

  • Update logger
  • Fix for encoding
  • Import fix
  • setup.py is replaced by pyproject.toml
  • Cleaning and github workflow updated

- Python
Published by erdogant about 1 year ago

scatterd - v1.3.7

  • Remove warning when fontsize is set to 0

- Python
Published by erdogant almost 3 years ago

scatterd - 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

- Python
Published by erdogant almost 3 years ago

scatterd - v1.3.5

  • Add new function to init: jitterfunc, normalizebetween0and_1
  • update jitter function and code cleaning

- Python
Published by erdogant about 3 years ago

scatterd - v1.3.4

  • Added parameter to set different method for the opaque opaque_type: per_class, all and lineair

- Python
Published by erdogant about 3 years ago

scatterd - v.1.3.3

  • fix for import

- Python
Published by erdogant about 3 years ago

scatterd - 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

- Python
Published by erdogant about 3 years ago

scatterd - v1.3.1

  • Fix for fontsizes

- Python
Published by erdogant about 3 years ago

scatterd - 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

- Python
Published by erdogant about 3 years ago

scatterd - 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

- Python
Published by erdogant about 3 years ago

scatterd - v1.2.6

  • add jitter functionality
  • update docstrings

- Python
Published by erdogant about 3 years ago

scatterd - v1.2.5

  • custom colors have preferences over cmap and gradients

- Python
Published by erdogant over 3 years ago

scatterd - v1.2.4

fix to use the specified input rgb colors

- Python
Published by erdogant over 3 years ago

scatterd - v1.2.3

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

- Python
Published by erdogant over 3 years ago

scatterd - v1.2.2

  • Create density colors for a single class.

- Python
Published by erdogant over 3 years ago

scatterd - v1.2.1

  • added library requests to the requirements

- Python
Published by erdogant over 3 years ago

scatterd - v1.2.0

  • Output is now: fig, ax

- Python
Published by erdogant over 3 years ago

scatterd - v1.1.3

  • Fix for import cyclic dependencies #1

- Python
Published by erdogant almost 4 years ago

scatterd - v1.1.2

  • fix in case sample size is too small to create density colors

- Python
Published by erdogant almost 4 years ago

scatterd - v1.1.1

  • fix for creating colors

- Python
Published by erdogant about 4 years ago

scatterd - v1.1.0

  • gradient color plotting
  • 3d scatter plot

- Python
Published by erdogant about 4 years ago

scatterd - v1.0.0

  • accidental print statement removed

- Python
Published by erdogant about 4 years ago

scatterd - v0.2.0

Major update. Change the following in your code: * input argument label is renamed to labels

Whats new: * Plotting density can be done with input: density=True * Input arguments for density can be changed with args_density * Code refactoring/cleaning/styling/docstrings

- Python
Published by erdogant about 4 years ago

scatterd - 0.1.2

  • fontcolor can be changed

- Python
Published by erdogant almost 6 years ago

scatterd - 0.1.1

- Python
Published by erdogant over 6 years ago

scatterd - First release!

- Python
Published by erdogant over 6 years ago