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 a09a4b7

Browse filesBrowse files
authored
Reduce docstring below char limit
1 parent 9cbc95d commit a09a4b7
Copy full SHA for a09a4b7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def convert_zunits(self, z):
154154

155155
def _process_unit_info(self, xdata=None, ydata=None, zdata=None,
156156
kwargs=None):
157-
"""Look for unit *kwargs* and update the axis instances as necessary."""
157+
"""Update the axis instances based on unit *kwargs* if given."""
158158
super()._process_unit_info(xdata=xdata, ydata=ydata, kwargs=kwargs)
159159

160160
if self.xaxis is None or self.yaxis is None or self.zaxis is None:

0 commit comments

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