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 c6bb5b6

Browse filesBrowse files
IllviljanQuLogic
andauthored
Update lib/mpl_toolkits/mplot3d/axis3d.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 04bc9af commit c6bb5b6
Copy full SHA for c6bb5b6

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/axis3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axis3d.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _get_coord_info(self, renderer):
189189

190190
# Add a small offset between min/max point and the edge of the
191191
# plot:
192-
deltas = (maxs - mins) / 12.0
192+
deltas = (maxs - mins) / 12
193193
mins -= 0.25 * deltas
194194
maxs += 0.25 * deltas
195195

0 commit comments

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