Skip to content

Commit 8c5305f

Browse files
olinjohnsonQuLogic
andauthored
Update lib/matplotlib/axes/_axes.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent c2f84c0 commit 8c5305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5410,7 +5410,7 @@ def get_interp_point(idx):
54105410
if ind_dir == "y":
54115411
pts = pts[:, ::-1]
54125412

5413-
up_x, up_y = True, True
5413+
up_x = up_y = True
54145414
if "transform" in kwargs:
54155415
up_x, up_y = kwargs["transform"].contains_branch_seperately(self.transData)
54165416
self.update_datalim(pts, updatex=up_x, updatey=up_y)

0 commit comments

Comments
 (0)