Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04a6ce4

Browse filesBrowse files
committed
add documentation for savefig_kwarg
1 parent 77d965d commit 04a6ce4
Copy full SHA for 04a6ce4

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎lib/matplotlib/testing/decorators.py

Copy file name to clipboardExpand all lines: lib/matplotlib/testing/decorators.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ def image_comparison(baseline_images=None, extensions=None, tol=1e-3,
202202
Remove the title and tick text from the figure before
203203
comparison. This does not remove other, more deliberate,
204204
text, such as legends and annotations.
205+
206+
*savefig_kwarg*: dict
207+
Optional arguments that are passed to the savefig method.
208+
205209
"""
206210

207211
if baseline_images is None:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.