Skip to content

Commit

Permalink
Fix various broken unit and doctests under "Matplotlib" 3.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 15, 2023
1 parent effcdfe commit 1d0caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/plotting/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def plot_RGB_scatter(
points[..., 0],
points[..., 1],
points[..., 2],
color=np.reshape(RGB, (-1, 3)),
c=np.reshape(RGB, (-1, 3)),
s=points_size,
zorder=CONSTANTS_COLOUR_STYLE.zorder.midground_scatter,
)
Expand Down

0 comments on commit 1d0caf6

Please sign in to comment.