From: pwuertz <pw...@go...> - 2012-08-10 09:24:03
|
Hi, I noticed that when using tight_layout, the figure padding changes for different figure.dpi settings. This is caused by an error in when converting from points to inches. A point is always 1/72 inch and does not depend on the dots per inches. This is the patch for fixing the conversion: Diff https://github.com/pwuertz/matplotlib/commit/6edc3d9b04cc6b29475916cc25d5433e7b49b2d2 Pull request https://github.com/matplotlib/matplotlib/pull/1065 -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Patch-fixed-conversion-from-pt-to-inch-in-tight-layout-tp38467.html Sent from the matplotlib - devel mailing list archive at Nabble.com. |