Matplotlib 2.1 breaks Bayesian Blocks histogram
See original GitHub issueIssue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Feature Binning using Bayesian Blocks - Kaggle
Bayesian blocks is essentially a method creating histograms with bin sizes that adapt ... kwarg was deprecated in Matplotlib 2.1 and will be...
Read more >Bayesian Blocks for Histograms — astroML 1.0 documentation
Bayesian Blocks is a dynamic histogramming method which optimizes one of several possible fitness functions to determine an optimal binning for data, ...
Read more >histogramming.pdf - CERN Indico
A 'histogram is a collection of 1+ axes and an accumulator. Performance. • Variable axis - list of edges is most general but...
Read more >matplotlib.pyplot.show — Matplotlib 2.1.2 documentation
In non-interactive mode, display all figures and block until the figures have been closed; in interactive mode it has no effect unless figures...
Read more >Constructing plugins from TimeSeries - 3ML - Read the Docs
Bayesian Blocks (event lists). Constant Cadence . Constant cadence bins are defined by a start and a stop time along with a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Seems to be somehow related to matplotlib introducing the
density
argument to replace thenormed
argument, due to some changes in how numpy handles these arguments upstream. I’ll wait for advice from the matplotlib devs before doing any fix.Fixes & regression tests are now merged into the 2.1.x matplotlib branch, and this will be fixed in the next bugfix release (I’m not certain when that is planned).