Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 23, 2022
2 parents 1f09bb9 + 6a27fc8 commit 59af1a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions colour/plotting/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,9 +1042,7 @@ def plot_RGB_chromaticities_in_chromaticity_diagram(
first_item(filter_RGB_colourspaces(colourspace).values()),
)

settings["colourspaces"] = [f"^{colourspace.name}$"] + settings.get(
"colourspaces", []
)
settings["colourspaces"] = [colourspace] + settings.get("colourspaces", [])

chromaticity_diagram_callable(**settings)

Expand Down

0 comments on commit 59af1a4

Please sign in to comment.