Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9bf071

Browse files
committed
FIX: whitespace
1 parent 7c6243a commit b9bf071

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8667,4 +8667,4 @@ def _get_aspect_ratio(self):
86678667
figure_size = self.get_figure().get_size_inches()
86688668
ll, ur = self.get_position() * figure_size
86698669
width, height = ur - ll
8670-
return height / (width * self.get_data_ratio())
8670+
return height / (width * self.get_data_ratio())

lib/matplotlib/cbook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
from matplotlib import _api, _c_internal_utils
3333

3434

35-
3635
def _get_running_interactive_framework():
3736
"""
3837
Return the interactive framework whose event loop is currently running, if
@@ -1532,7 +1531,7 @@ def hexbin(x, y, C=None, gridsize=100,
15321531

15331532
# local import to avoid circular import
15341533
import matplotlib.transforms as mtransforms
1535-
1534+
15361535
# Set the size of the hexagon grid
15371536
if np.iterable(gridsize):
15381537
nx, ny = gridsize

0 commit comments

Comments
 (0)