Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrsharma44 committed Aug 1, 2019
1 parent 3a020b5 commit 81f8c04
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 @@ -421,7 +421,7 @@ def _derive_axes_coordinates(self, axes_coordinates, axes_units, data_shape, edg
xdata = self.axis_world_coords(i, edges=edges)
if xdata.ndim != data_shape[i]:
axis_label_text = self.world_axis_physical_types[i]

index = utils.wcs.get_dependent_data_axes(self.wcs, i, self.missing_axes)
reduce_axis = np.where(index == np.array(i))[0]

Expand Down

0 comments on commit 81f8c04

Please sign in to comment.