* Improved scatter plots
* Density as an alternative to 2d histogram
* Optionally show a sample of points if many points
* Improved control of binning
* Chose quantiles to be plotted
* Improved visualization of QQ points
* Show grid
* Better colors in time series plots with multiple models
What's Changed
* Fix small plot bug in spatial.py by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/113
* Rearrange color palette by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/114
* Show scatter points sample by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/117
* Changes in QQ plot style by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/116
* Scatter density by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/120
* Don't use deprecated pd.DataFrame.append by ecomodeller in https://github.com/DHI/fmskill/pull/121
* added grid by daniel-caichac-DHI in https://github.com/DHI/fmskill/pull/122
* Adding models for the same observation after construction to Connector fails by ecomodeller in https://github.com/DHI/fmskill/pull/127
New Contributors
* daniel-caichac-DHI made their first contribution in https://github.com/DHI/fmskill/pull/113
**Full Changelog**: https://github.com/DHI/fmskill/compare/v0.5.1...v0.6.0