We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89679be commit 59ae65cCopy full SHA for 59ae65c
CHANGELOG
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## 0.5.1 - 2020-03-28
6
### Fixed
7
- Set default axis bounds for case where all values are equal (Issue #36)
8
- Optimise tick generation to jump straight to range (Issue #42)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plotlib"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Matt Williams <matt@milliams.com>"]
description = "Pure Rust plotting library"
readme = "README.md"
0 commit comments