Skip to content

Commit

Permalink
hplot adapated for artists returned by pCcd
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Jun 3, 2021
1 parent f9461e4 commit 1b6d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/hplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def hplot(args=None):
for wind in mccd[cnam].values():
wind -= wind.median()

vmin, vmax = hcam.mpl.pCcd(
vmin, vmax, _ = hcam.mpl.pCcd(
axes,
mccd[cnam],
iset,
Expand Down

0 comments on commit 1b6d8a9

Please sign in to comment.