Description
from the mailing_list:
Hi folks!
maybe you can point me in the right direction:
I have a list of colour measurements in Lab-Space(stored in an h5 table). Now, 3d-scatterplotting them was easy, also, assigning the corresponding rgb colour value to the spots is relatively easy.
For the plot i use:
p=ax.scatter3D(table.cols.Lab_a[:],table.cols.Lab_b[:],table.cols.Lab_L[:],c=cols)
Now, the annoying part: when i move around the figure with the mouse, the points in the background get "dimmed" or shaded to have less saturation. Now in my case, i want to turn this behaviour off, since i want the points to be the colour they represent, all the time.
How do i do this?
thanks for your help
Thomas
Unfortunately, there is no setting to turn this feature off. However, I don't see why it couldn't be done. It would be great if you could file a feature request on our github page.
Cheers!
Ben Root