"colour.plotting.multi_spd_plot()" definition fails with AttributeError: "MultiSpectralPowerDistribution.__iter__" object has been removed from the API. #718
-
Colour version 0.3.11 code snippet to repo is something like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @robbuckley, This is because colour.plotting.multi_spd_plot([LED_spectra]) or colour.plotting.single_spd_plot(LED_spectra) |
Beta Was this translation helpful? Give feedback.
-
Hi @robbuckley, I just saw your message on Gitter, I now understand the issue and see that I missed the fact you were using a There is indeed no way to do that at the moment! I will create an enhancement ticket for it though. |
Beta Was this translation helpful? Give feedback.
-
This should be working now! |
Beta Was this translation helpful? Give feedback.
Hi @robbuckley,
I just saw your message on Gitter, I now understand the issue and see that I missed the fact you were using a
MultiSpectralPowerDistribution
.There is indeed no way to do that at the moment! I will create an enhancement ticket for it though.