8000 Update lib/mpl_toolkits/mplot3d/axis3d.py · matplotlib/matplotlib@c6bb5b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6bb5b6

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axis3d.py

Lines 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