done!

https://github.com/matplotlib/matplotlib/issues/1692

cheers

Thomas



Am 21.01.2013 um 18:04 schrieb Benjamin Root:

> 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 down to 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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to