Skip to content

Commit

Permalink
Update comment with link to astropy PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Nov 24, 2024
1 parent 6bf6bbe commit d90cbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue_plotly/common/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def axes_data_from_mpl(viewer):
ticks = helper.ticks
if hasattr(helper, '_ticklabels'):
# We need to use the private attribute due to a bug in astropy 7
# See https://github.com/astropy/astropy/pull/17444
ticklabels = helper._ticklabels
else:
ticklabels = helper.ticklabels
Expand Down

0 comments on commit d90cbc1

Please sign in to comment.