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 6695009

Browse filesBrowse files
committed
Merge pull request #7384 from JunTan/7198
change hardcopy.docstring to docstring.hardcopy
1 parent 28f4b6e commit 6695009
Copy full SHA for 6695009

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ unrelated to style. These parameters include::
147147
'interactive', 'backend', 'backend.qt4', 'webagg.port',
148148
'webagg.port_retries', 'webagg.open_in_browser', 'backend_fallback',
149149
'toolbar', 'timezone', 'datapath', 'figure.max_open_warning',
150-
'savefig.directory', 'tk.window_focus', 'hardcopy.docstring'
150+
'savefig.directory', 'tk.window_focus', 'docstring.hardcopy'
151151

152152

153153
Change in default font

‎lib/matplotlib/style/core.py

Copy file name to clipboardExpand all lines: lib/matplotlib/style/core.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'interactive', 'backend', 'backend.qt4', 'webagg.port',
4141
'webagg.port_retries', 'webagg.open_in_browser', 'backend_fallback',
4242
'toolbar', 'timezone', 'datapath', 'figure.max_open_warning',
43-
'savefig.directory', 'tk.window_focus', 'hardcopy.docstring'])
43+
'savefig.directory', 'tk.window_focus', 'docstring.hardcopy'])
4444

4545

4646
def _remove_blacklisted_style_params(d, warn=True):

0 commit comments

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