v0.6.0 improved scatter plot and more
- 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 #113
- Rearrange color palette by @daniel-caichac-DHI in #114
- Show scatter points sample by @daniel-caichac-DHI in #117
- Changes in QQ plot style by @daniel-caichac-DHI in #116
- Scatter density by @daniel-caichac-DHI in #120
- Don't use deprecated pd.DataFrame.append by @ecomodeller in #121
- added grid by @daniel-caichac-DHI in #122
- Adding models for the same observation after construction to Connector fails by @ecomodeller in #127
New Contributors
- @daniel-caichac-DHI made their first contribution in #113
Full Changelog: v0.5.1...v0.6.0