Improved - Make plot lines appear simultaneously. This can be important when collecting various terminal streams, for example in a log analyzer. Thanks to PabloRuizCuevas for idea and PR!
0.12.7
Fixed - Fixed passing partially empty series. Thanks to PabloRuizCuevas for pointing this out!
0.12.6
Fixed - Fixed bin range default check when plotting a histogram. Thanks to riga for the PR!
0.12.5
Fixed - Link from PyPI to the GitHub repository was missing. Thanks to adigitoleo for pointing this out! - Histogram limits are now auto-expanded for both sides (minimum and maximum) independently, which just makes more sense.
0.12.4
Fixed - Limits to bins that are passed to the histogram function via `bins_min` and `bins_max` now work as expected. Thanks to riga for pointing this out!
0.12.3
Fixed - Vertical and horizontal lines that were partially out of view were not drawn fully. Fixed thanks to riga