Skip to content

Commit 6a2379a

Browse files
committed
Fix axes direction for a floating axisartist
1 parent 6d6dd38 commit 6a2379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axisartist/axislines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def new_floating_axis(self, nth_coord, value,
411411
_helper = AxisArtistHelperRectlinear.Floating(
412412
axes, nth_coord, value, axis_direction)
413413

414-
axisline = AxisArtist(axes, _helper)
414+
axisline = AxisArtist(axes, _helper, axis_direction=axis_direction)
415415

416416
axisline.line.set_clip_on(True)
417417
axisline.line.set_clip_box(axisline.axes.bbox)

0 commit comments

Comments
 (0)