Hello everyone,

Sorry for my noobness, I am somewhat new to Mayavi. I have 3d visualization
working using the bar chart.  The data is discrete across all four
variables (not a surface)

I have a 4th dimention of the same size and I wanted to represent that via
color, effectively showing the relationship between the 4 variables.

Any idea how to do this? I found this post [1]
<http://gael-varoquaux.info/programming/mayavi-representing-an-additional-scalar-on-surfaces.html>
, but my values are a list of scalars not a function.

Where results is a pandas dataframe, if I put in barchart(results.var1,
results.var2 ,results.var3, results.var4) it gives me incorrect plots, so I
am confused what the S argument is for the function. Any ideas?


Thanks,

Andrew

http://gael-varoquaux.info/programming/mayavi-representing-an-additional-scalar-on-surfaces.html
------------------------------------------------------------------------------
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to