Thanks to visit codestin.com Credit goes to github.com
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 dfc1af8 commit ea74001Copy full SHA for ea74001
CHANGELOG
@@ -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
+
9
2013-05-08 Changed behavior of hist when given stacked=True and normed=True.
10
Histograms are now stacked first, then the sum is normalized.
11
Previously, each histogram was normalized, then they were stacked.
0 commit comments