Skip to content

Can we plot inverted graph with points only showing colors #1092

Answered by KelSolaar
vibhoothi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @vibhoothi,

This should be doable yes!

RGB = np.random.random([1280, 720, 3])[::10, :]

colour.plotting.plot_RGB_chromaticities_in_chromaticity_diagram_CIE1931(
    RGB,
    colourspaces=["DCI-P3"],
    plot_kwargs={"color": "k"},
    scatter_kwargs={"s": 2},
    show_diagram_colours=False,
    legend=False)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vibhoothi
Comment options

Answer selected by vibhoothi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants