Gizmo Color by a wave
hegedus
I have some CFD (computational Fluid Dynamics) data from a colleague and I am looking to use Igor as a way to allow other users to look at results. I have data with X,Y,Z,Velocity information.
In playing with Gizmo, it is straight forward to create the scatter plot with the X,Y, and Z locations. Is it possible to color the points with the velocity wave values? The color table options seem limited to the X,Y, and Z values.
I am sure I am missing something pretty basic.
Andy
April 12, 2017 at 12:20 am - Permalink
so I try
ModifyGizmo makeTripletColorWave = {velcocitymagnitude, RedWhiteBlue256, 0 }
Where velocitymagnitude is 44854 points and I get an out of memory error.
I am running IP7 64 bit on a Mac with 16G of memory.
Is this to be expected?
Andy
April 12, 2017 at 07:43 am - Permalink
April 12, 2017 at 08:05 am - Permalink
I just closed and reopened file and it worked fine.
Andy
April 12, 2017 at 08:22 am - Permalink