Developing new functionalities is really cool. However, when making incremental improvements over time, the code complexity also gradually increases. I took the time to refactor the entire plotting part. When using this version, you likely need to rename some input parameters in your code. But it is worth it because the plots became even more beautiful!
* scattering is now performed in scatterd library
* Many input parameters for plotting are aligned to the scatter functionality of matplotlib.
* for plotting, some parameters such as textlabel are removed because were redundant.
* for plotting, the parameter y is renamed into labels
* it is now possible to add density and gradient into the plots and keeping the plot look nice
* Changing the ordering of the density layer is possible (on top or below)
* Fix for 3d plot and the positioning of the text labels
* High improvements in plotting speed when having many data points!
* updated documentation, docstrings and readme