Skip to content

Commit 683e803

Browse files
author
Theodore Shaw
committed
API change and what's new documentation
1 parent 7ba25e0 commit 683e803

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
savefig() pad_inches per-border specification
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
pad_inches will now accept a 4-tuple specifying the padding per border, in the order [left, right, bottom, top].
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
savefig() pad_inches per-border specification
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
pad_inches will now accept a 4-tuple specifying the padding per border, in the order [left, right, bottom, top]. This can be used to simply and precisely modify the bounding box of what in a figure is saved to a file.

0 commit comments

Comments
 (0)