Skip to content

Commit 970f2bf

Browse files
committed
Update the CHANGELOG
1 parent 5d28c86 commit 970f2bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,18 @@ There are several other libraries like gplot++ around. These are the ones I refe
542542

543543
### HEAD
544544

545+
### 0.9.1
546+
547+
- Bug fixes in method `histogram` (see PR [#15](https://github.com/ziotom78/gplotpp/pull/15))
548+
549+
### 0.9.0
550+
551+
- New method `redirect_to_animated_gif`
552+
553+
### v0.8.0
554+
555+
- New methods `add_point_xerr`, `add_point_yerr`, and `add_point_xyerr`, and new overloads for functions `plot_xerr`, `plot_yerr`, `plot_xyerr`
556+
545557
### v0.7.0
546558

547559
- Add `Gnuplot::add_point`, `Gnuplot::get_num_of_points()`, `Gnuplot::get_points_x()`, and `Gnuplot::get_points_y()`, as well as a new overloaded method `Gnuplot::plot()` which does not require the vectors of `x` and `y`.

0 commit comments

Comments
 (0)