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