Skip to content

Commit

Permalink
Tentative fix for issue 733.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabaldini committed Oct 1, 2024
1 parent 7f5b349 commit af3d24e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ixpeobssim/binning/polarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ def plot(self, **kwargs):
step = 0.05
else:
step = 0.1
if side < step:
side = step
pd_grid = numpy.arange(step, side, step)
# If the color is not set, default to the color for the DU.
if colors is None:
Expand Down

0 comments on commit af3d24e

Please sign in to comment.