Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea74001

Browse files
Michael Weltermdboom
Michael Welter
authored andcommitted
added a note to changelog
1 parent dfc1af8 commit ea74001

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2013-05-18 Added support for arbitrary rasterization resolutions to the
2+
SVG backend. Previously the resolution was hard coded to 72
3+
dpi. Now the backend class takes a image_dpi argument for
4+
its constructor, adjusts the image bounding box accordingly
5+
and forwards a magnification factor to the image renderer.
6+
The code and results now resemble those of the PDF backend.
7+
- MW
8+
19
2013-05-08 Changed behavior of hist when given stacked=True and normed=True.
210
Histograms are now stacked first, then the sum is normalized.
311
Previously, each histogram was normalized, then they were stacked.

0 commit comments

Comments
 (0)