Skip to content

Commit

Permalink
Merge pull request #822 from rasbt/matplotlib-upd
Browse files Browse the repository at this point in the history
matplotlib 3.4 compat
  • Loading branch information
rasbt committed Apr 26, 2021
2 parents e2eb91c + 60231e0 commit e538b80
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 101 deletions.
1 change: 1 addition & 0 deletions docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The CHANGELOG for the current development version is available at
- `StackingRegressor` now requires setting `StackingRegressor(..., multi_output=True)` if the target is multi-dimensional; this allows for better input validation. ([#802](https://github.com/rasbt/mlxtend/pull/802))
- Removes deprecated `res` argument from `plot_decision_regions`. ([#803](https://github.com/rasbt/mlxtend/pull/803))
- Adds a `title_fontsize` parameter to `plot_learning_curves` for controlling the title font size; also the plot style is now the matplotlib default. ([#818](https://github.com/rasbt/mlxtend/pull/818))
- Internal change using `'c': 'none'` instead of `'c': ''` in `mlxtend.plotting.plot_decision_regions`'s scatterplot highlights to stay compatible with Matplotlib 3.4 and newer. ([#820](https://github.com/rasbt/mlxtend/pull/820))

##### Bug Fixes

Expand Down
Loading

0 comments on commit e538b80

Please sign in to comment.