Skip to content

How to combine multiple plots in one plot? #1253

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

You must be logged in to vote

Oh I understand what you want now, sorry! So you want 2 plots (not figures) in one plot, try that:

import colour
import matplotlib.pyplot as plt

figure, axes = colour.plotting.plot_RGB_colourspaces_in_chromaticity_diagram_CIE1931(["ITU-R BT.709", "ITU-R BT.2020"], show=False)
colour.plotting.temperature.plot_planckian_locus(axes=axes, show=True)

plt.show()

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@FLX90
Comment options

@KelSolaar
Comment options

@FLX90
Comment options

@KelSolaar
Comment options

Answer selected by FLX90
@FLX90
Comment options

@KelSolaar
Comment options

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