Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrsharma44 committed Jul 26, 2019
1 parent fe975c4 commit 21eb3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndcube/mixins/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def _animate_cube_1D(self, plot_axis_index=-1, axes_coordinates=None,
# Put xdata back into axes_coordinates as a masked array.

if len(xdata.shape) > 1:

# Since LineAnimator currently only accepts 1-D arrays for the x-axis, collapse xdata
# to single dimension by taking mean along non-plotting axes.
index = utils.wcs.get_dependent_data_axes(self.wcs, plot_axis_index, self.missing_axes)
Expand Down

0 comments on commit 21eb3ea

Please sign in to comment.